Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

astype oandas

>>> df.astype('int32').dtypes
col1    int32
col2    int32
dtype: object
Source by pandas.pydata.org #
 
PREVIOUS NEXT
Tagged: #astype #oandas
ADD COMMENT
Topic
Name
7+1 =