When exporting pandas dataframe to CSV file, the values in my date column are keep changing, how can I lock them into the format I want?
My date column is a string type in this format:
yyyy-mm-dd
However, when opened in excel after exporting, the dates show as:
m/dd/yy
How can I stop excel from auto-formatting my dates?