Answers for "astype oandas"

0

astype oandas

>>> df.astype('int32').dtypes
col1    int32
col2    int32
dtype: object
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language