Series is a one-dimensional labeled array capable of holding any data type ... Series(d, index=["b", "c", "d", "a"]) Out[11]: b 1.0 c 2.0 d NaN a 0.0 dtype: ...
確定! 回上一頁