Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

as type in pandas

df.astype({'col1': 'int32'}).dtypes
col1    int32
col2    int64
dtype: object
 
PREVIOUS NEXT
Tagged: #type #pandas
ADD COMMENT
Topic
Name
1+9 =