import pandas as pd student = pd.read_csv('student.csv', index_col = 0) ... 取出某些欄位(column) 的資料,例如取得學生的姓名,以及身高 ...
確定! 回上一頁