-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
smaller than microsecond timedelta64 Series are not saved correctly with to_csv #6783
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
somewhat of an edge case ... not sure how many people need or are using this level of precision |
yep....part of the whole, formatting for csv output.....welcome to figure this out in a general way! (the timedelta formatting pretty trivial (as it already takes a format kw, just need to interpret it), bigger issue is how to tell to_csv the formats that you want... e.g. dict of column -> format, or prob better to have a Class that you can override, call to set state, etc. |
Looks like this is fixed on master. Could use a test
|
Hi, can I take it ? |
The text was updated successfully, but these errors were encountered: