#coding=utf-8 import numpy as np import pandas as pd # 宣告data frame df=pd. ... 使用index 數字來指定select by position: iloc print(df.iloc[3]) ''' A 12 B ...
確定! 回上一頁