dataframe转换一列数据的类型

df[['a' , 'b']] = df[['a' , 'b']].astype(float)

df.dtypes

即可

你可能感兴趣的:(dataframe转换一列数据的类型)