-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PERF: avoid copies where possible #17449
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
Labels
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Timezones
Timezone data dtype
Milestone
Comments
cc @wesm |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 11, 2017
…s constructor with datetimelikes closes pandas-dev#17449
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 11, 2017
…s constructor with datetimelikes closes pandas-dev#17449
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 12, 2017
…s constructor with datetimelikes closes pandas-dev#17449
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 12, 2017
…s constructor with datetimelikes closes pandas-dev#17449
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 20, 2017
…s constructor with datetimelikes closes pandas-dev#17449
very nice, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Performance
Memory or execution speed performance
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Timezones
Timezone data dtype
This copies 3 times (even with the default
copy=False
)In theory we could get this to 0 copy (this is already correctly dtyped, so needs no conversion).
The text was updated successfully, but these errors were encountered: