Python数据分析笔记

DataFrame某一列数据类型更改:

aDF[['high','low']] = aDF[['high','low']].astype(int)

猜你喜欢

转载自blog.csdn.net/qq_39011567/article/details/90024529