ZhangZhihui's Blog  

2022年1月7日

摘要: import pandas as pd df = pd.DataFrame([[2001, 'D', 2], [2004, 'T', 3], [2003, 'T', 5], [2001, 'T', 4], [2004, 'D', 7]], columns=['year', 'type', 'cnt' 阅读全文
posted @ 2022-01-07 22:14 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0) 编辑
 
摘要: print(df_year_month) print(' ') print(df_year_month.index) print(df_year_month.index.tolist()) print(' ') print(df_year_month.index.levels[0]) print(d 阅读全文
posted @ 2022-01-07 22:12 ZhangZhihuiAAA 阅读(25) 评论(0) 推荐(0) 编辑