Pandas —— 從新索引reindex( )

從新索引 對Series的索引進行從新索引web In [64]: import pandas as pd In [65]: obj=pd.Series([4.5,7.2,-5.3,3.6],index=['d','b','a','c']) In [66]: obj Out[66]: d 4.5 b 7.2 a -5.3 c 3.6 dtype: float64 In
相關文章
相關標籤/搜索