Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ENH: Export DataFrame containing datetime with tz to HDF5 in fixed format #11411
Comments
|
you need to use |
jreback
closed this
Oct 22, 2015
jreback
added IO HDF5 Timezones
labels
Oct 22, 2015
|
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
reopened this
Oct 22, 2015
jreback
added Difficulty Intermediate Effort Medium
labels
Oct 22, 2015
jreback
added this to the
Next Major Release
milestone
Oct 22, 2015
jreback
referenced
this issue
Oct 22, 2015
Closed
BUG: round-trip of tz in an index using fixed-format for HDF5 #8165
jreback
changed the title from
Export DataFrame containing datetime with tz doesn't work in 0.17 to ENH: Export DataFrame containing datetime with tz to HDF5 in fixed format
Oct 22, 2015
jreback
modified the milestone: 0.17.1, Next Major Release
Nov 17, 2015
jreback
referenced
this issue
Nov 17, 2015
Merged
ENH: Implement export of datetime64[ns, tz] dtypes with a fixed HDF5 #11411 #11628
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 17, 2015
|
|
jreback |
addcec2
|
jreback
closed this
in #11628
Nov 17, 2015
jreback
added a commit
that referenced
this issue
Nov 17, 2015
|
|
jreback |
b54f2db
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tux1 commentedOct 22, 2015
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