I'm trying to change the format
df['Date'] = pd.to_datetime(df['original_date'])
df.dtypes
DateParseError: Unknown datetime string format,
unable to parse: tradecount, at position 0
checked the title of the columns
tried various recommendations from google search