-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
pandas slow replace with int64 columns in dataframe #28084
Comments
Looks like in core.internals.blocks.replace there is a path form handling |
jbrockmendel
added a commit
to jbrockmendel/pandas
that referenced
this issue
Aug 22, 2019
5 tasks
TomAugspurger
pushed a commit
that referenced
this issue
Aug 26, 2019
proost
pushed a commit
to proost/pandas
that referenced
this issue
Dec 19, 2019
proost
pushed a commit
to proost/pandas
that referenced
this issue
Dec 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduced issue in part without n2 and n3 and with n2 n3 see prior issue:
#12257
The replace runs 10x slower when encountering int64 columns
WITHOUT n2,n3, 1.73 seconds
WITH n2, n3
21.4 seconds
The text was updated successfully, but these errors were encountered: