我有一个索引。我想将其转换为DatetimeIndex。问题是,从数据库收集的索引有一个奇怪的类型。当我输入
df.index.dtype
我得到了dtype(' O')。我想将该dataFrame的所有索引转换为datetimeIndex。当我尝试datetime.strptime函数时,它不起作用。什么似乎是问题?
数据看起来像这样
e1 e2 e3
"01-12" 4 5 7
"04-10" 3 5 7