微信扫一扫
# 查看每列 cols = df.columns print(cols) for col in cols: print(col+' : '+str(type(df[col][0])))
相关推荐