最佳答案
我有一个 DataFrame,它的索引只是 datetime.time,而且 DataFrame 中没有方法。Index 和 datetime.time 来移动时间。Time 已经替换了,但是它只能在系列的单个项目上工作?
下面是使用的索引示例:
In[526]: dfa.index[:5]
Out[526]: Index([21:12:19, 21:12:20, 21:12:21, 21:12:21, 21:12:22], dtype='object')
In[527]: type(dfa.index[0])
Out[527]: datetime.time