-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Export DataFrame containing datetime with tz to HDF5 in fixed format #11411
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
Comments
you need to use |
However, it was working until pandas 0.17, no ? |
It was never supported in any real way (and not tested), so it 'worked' I guess.
|
this is a dupe of #8165 if you'd like to work on that would be great. |
Not very easy but I will try yes. |
actually, will reopen this one and close the other |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 17, 2015
jreback
added a commit
that referenced
this issue
Nov 17, 2015
ENH: Implement export of datetime64[ns, tz] dtypes with a fixed HDF5 #11411
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I noticed a bug about exporting DataFrame with columns containing localized datetime. I might be due to some another required libraries updated...
Example :
It works fine with Series
Thanks guys
The text was updated successfully, but these errors were encountered: