-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BUG: DataFrame.copy not consolidating #42579
Conversation
Thanks for the heads up. Since this fix should be independent to that and don't want to hold up this pr, probably easiest as a separate pr |
@jbrockmendel tests are failing. also needs release note for 1.3.1 |
bugfix section |
hmm these failures unrelated? maybe merge master again |
can you run some asv's as well to make sure this doesn't change perf drastically. maybe insert / concat / copy ones. |
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
Co-authored-by: jbrockmendel <[email protected]>
I'm seeing this warning with Python 3.8.12; pandas 1.3.4 using this function to combine a list of data frames (from parquet files) |
@mzeitlin11 did you want to suggest an improved warning message for .insert?