📜  astype oandas - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:23.310000             🧑  作者: Mango

代码示例1
>>> df.astype('int32').dtypes
col1    int32
col2    int32
dtype: object