-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: timedelta should write correctly to csv #4378
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
how are you thinking of handling the case of only positive timedelta? |
I don't think it needs special handling the main problem is read_csv will read as object |
it might be useful to have a |
don't think that would help here...just thinking about it....maybe it would solve the py26 timedelta problem long term |
see #3009 |
#4684 closed this
Parsing the timedeltas (manually for now)
|
Though read_csv can't read these in yet....
see this: https://github.com/playpauseandstop/kikola/blob/master/kikola/utils/timedelta.py
work-around (but should be handled in the datetimeblock though)
The text was updated successfully, but these errors were encountered: