标签:排序 style bsp 日期 lam .so nbsp ret col
1、先把字符串时间转为时间类型:
def func(x): y =pd.Timestamp(x) return y data.index = data.发博时间.apply(lambda x : func(x))
2、对时间进行排序:
data = data.sort_index()
data.head()
标签:排序 style bsp 日期 lam .so nbsp ret col
原文地址:https://www.cnblogs.com/wuzaipei/p/10122138.html