to_csv date_format including hh:mm:ss (original) (raw)
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).