Pandas —— sort_value( )、sort_index( )排序

排序 按索引對DataFrame或Series進行排序 In [101]: frame=pd.DataFrame(np.arange(12).reshape((4,3)),columns=['c','a','b'],index=['D','B','C','A']) c a b D 0 1 2 B 3 4 5 C 6 7 8 A 9 10 11
相關文章
相關標籤/搜索