changing dataframe column type

前端 未结 0 1424
渐次进展
渐次进展 2021-02-07 14:42

the pandas documentation says to use:

df.astype({\'col\': \'int32\'}).dtypes

but this does not run and I get a message saying:

Una         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题