-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
to_csv date_format including hh:mm:ss #10209
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
Labels
Output-Formatting
__repr__ of pandas objects, to_string
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
You will have to be more specific and show an example. As this is as expected.
you mean this (in 0.16.0)
|
There were some changes to correct a number of bugs in date formatting. This looks like an untested path. Marking as a bug. |
this is releated to #7791 |
Actually, date_format appears to be altogether ignored in 0.16.1 to_csv:
|
closed by #10247 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Output-Formatting
__repr__ of pandas objects, to_string
Regression
Functionality that used to work in a prior pandas version
Since 0.16.1 the to_csv output of a dataframe has started including hh:mm:ss with date_format strings like:
date_format='%d-%m-%Y'
Reverting back to 0.16.0 the date output was then formatted properly (without time).
The text was updated successfully, but these errors were encountered: