This repository was archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 523
Pandas 0.23.4 TypeError: Already tz-aware #671
Comments
I ran into the same problem. The proposed fix solves the problem for me. |
Any ETA on when this fix will be merged and released? |
I got the same problem. Is something preventing the PR from being merged ?
|
This solves the problem, happening to me just now... |
Me too :-( |
#679 fixes this. @xginn8 should merge it soon |
Merged
Should be solved in 5.2.2 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The UTC tz localization raises a
TypeError: Already tz-aware, use tz_convert to convert.
with pandas 0.23.4 .I think this a suitable fix:
The text was updated successfully, but these errors were encountered: