You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
soupault
changed the title
Error while saving DataFrame with TimedeltaIndex to .csv
BUG: Error while saving DataFrame with TimedeltaIndex to .csv
Aug 21, 2015
I'm trying to save pd.DataFrame using
.to_csv
method.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)
The text was updated successfully, but these errors were encountered: