-
-
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
PERF: series.map(arg) for category is slow if arg is a dict #23785
Labels
Milestone
Comments
Interesting. Not sure which result is correct though... cc @jreback |
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 6, 2019
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 6, 2019
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 6, 2019
4 tasks
series.map(arg)
for category is slow if arg
is a dict
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 10, 2019
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 22, 2019
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 29, 2019
rtlee9
added a commit
to rtlee9/pandas
that referenced
this issue
Apr 30, 2019
jreback
pushed a commit
that referenced
this issue
May 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Are the following 2 methods equivalent? I have to introduce a
lambda
to gain additional performance when dealing with map of category.The text was updated successfully, but these errors were encountered: