-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Series.apply fails when the series is a timezone aware datetime #25959
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
Bug
Regression
Functionality that used to work in a prior pandas version
Timezones
Timezone data dtype
Milestone
Comments
I'd like to pick this up as my first issue to contribute to this repo :) |
ThomasKluiters
added a commit
to ThomasKluiters/pandas
that referenced
this issue
Apr 2, 2019
4 tasks
One more reason EAs should have “tolist” cc @jreback @jorisvandenbossche |
Then would the better fix be to just implement tolist for extension arrays? |
Implementing tolist can wait for now. |
ThomasKluiters
added a commit
to ThomasKluiters/pandas
that referenced
this issue
Apr 10, 2019
ThomasKluiters
added a commit
to ThomasKluiters/pandas
that referenced
this issue
Apr 10, 2019
jreback
pushed a commit
that referenced
this issue
May 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Regression
Functionality that used to work in a prior pandas version
Timezones
Timezone data dtype
To reproduce the problem:
It works fine if the function to apply returns a scalar instead of a Series:
or it there is no timezone information in the series.
The issue is present with pandas 0.24.2, it used to work fine with 0.23.4.
The text was updated successfully, but these errors were encountered: