... downcast='float') # smallest float dtype # array([1., 2., 3.] ... df.dtypes # 查看数据类型 df.index.astype('int64') # 索引类型转换 ...
確定! 回上一頁