pandas-排序

  #2種排序一種是按標籤一種是按值 #按標籤排序 unsorted_df=pd.DataFrame(np.random.randn(10,2),index=[1,4,6,2,3,5,9,8,0,7],columns=['col2','col1']) print (unsorted_df) unsorted_df=unsorted_df.sort_index() print (unsorted_d
相關文章
相關標籤/搜索