format %b %d works in strptime but not in pd.to_datetime

后端 未结 0 1079
执念已碎
执念已碎 2021-01-24 15:27

I have a pandas column with string format in \'%b %d\' format, eg Jun 25. When I run the method, pd.to_datetime(df.Date, format = \'%b %d\') it gives me this error:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题