admin管理员组

文章数量:1414908

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

本文标签: pythonUnknown datetime string formatStack Overflow