pandas: 获取Dataframe的行数和列数
#列数 df.shape[1] #行数 df.shape[0] 或者:len(df)
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:http://xuyu.in/791.html