the following code messes up dates in pandas/python3 when writing an excel to the hard drive:
df[\'Date\'] = pd.to_datetime(df[\'Date\'], format=\'%Y-%m-%d\')