用pandas读取某一个特征(列)对应的某一行(i)行的数据1.读取‘WT_Runcode’列第i行对应的数据data['WT_Runcode'][i ]或者data.loc[i,'WT_Runcode']