0

Is there a way to format data frame dates column such that when I export the data to excel the dates matches the date settings of the computer of any pc that is used to open the file.

Gee
  • 1
  • 1
  • Are you using pandas? You could try [dt.strftime](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.dt.strftime.html), though this returns strings, not datetime. – Alex Aug 21 '19 at 14:08
  • Possible duplicate of [How to change the datetime format in pandas](https://stackoverflow.com/questions/38067704/how-to-change-the-datetime-format-in-pandas) – Alex Aug 21 '19 at 14:08

0 Answers0