-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
adding new row to frame breaks types #9269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
type conversion is not done here. as it can be expensive. imagine doing this repeatedly (not recommended anyhow). This is a side-effect of this type of enlargement. a user can use Is that the intention here? as an enhnacement? |
agreed that a code change to handle this should not be expensive in terms of performance cost; added the issue just because #8596 is a similar issue, so there may be a solution which works for both cases. |
can |
concat never updates in-place. |
This actually seems a duplicate of #6485 (BUG/ENH: dtype change on enlargement). |
xref #8596
in an intermediate step
nan
is inserted, and the data are casted to floatsThe text was updated successfully, but these errors were encountered: