Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Error while saving DataFrame with TimedeltaIndex to .csv #10833
Comments
|
seems a little buggy. I think you can just insert a want to do a pull-request ? |
jreback
added Bug CSV
labels
Aug 17, 2015
jreback
added this to the
0.17.0
milestone
Aug 17, 2015
|
@jreback yes, please. Give me a day. |
|
awesome! |
soupault
referenced
this issue
Aug 18, 2015
Merged
BUG: Error while saving DataFrame with TimedeltaIndex to .csv #10833 #10845
jreback
added the
Timedelta
label
Aug 18, 2015
jreback
modified the milestone: Next Major Release, 0.17.0
Aug 19, 2015
soupault
changed the title from
Error while saving DataFrame with TimedeltaIndex to .csv to BUG: Error while saving DataFrame with TimedeltaIndex to .csv
Aug 21, 2015
jreback
added a commit
that referenced
this issue
Aug 21, 2015
|
|
jreback |
2c5b458
|
|
closed by #10845 |
jreback
closed this
Aug 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
soupault commentedAug 17, 2015
I'm trying to save pd.DataFrame using
.to_csvmethod.If DataFrame has TimedeltaIndex the error is risen:
But if Timedelta is not an Index, but a regular column, everything is OK:
Python 3.4.2 x64 Windows version.
pandas (0.16.2), numpy (1.9.2)