DataFrame(data=np.array([[18,50],[19,51],[20,55]]),index=['man1','man2' ... 'a']) print(type(df.iloc[:, 1])) #> <class 'pandas.core.frame.
確定! 回上一頁