import numpy as np import pandas as pd s = pd.Series([4, 7, -5, 3]) # 自動設定索引值s 0 4 1 7 2 -5 3 3 dtype: int64. ✶ 左欄是索引,右欄是資料.
確定! 回上一頁