pandas 數據經過index排序

e=pd.DataFrame(b,index=a) e 0 11 one0 10 one1 12 one2 6 one3 16 one4 13 one5 15 one6 8 ADL 5 CEL 9 CES 7 up 0 dn 14 os 4 price 2 vol 3 low 1 highweb e.sort_index(inplace=True) e 0 0 dn 1 high 2 vol 3
相關文章
相關標籤/搜索