摘要:
import pandas as pd df=pd.read_csv('woman.csv') 读取出来的是DataFrame格式 pd.shape 返回值是行数和列数(行数,列数),pd.shape[0] 返回的是行,pd.shape[1]返回的是列 "height","weight" 1,2 1 阅读全文
posted @ 2019-09-27 00:11
ltx_zero
阅读(215)
评论(0)
推荐(0)
浙公网安备 33010602011771号