Command
Explanation
df.astype() is used to change the datatype of columns.
Examples
Convert column to integer
Convert multiple columns at once
df.astype() is used to change the datatype of columns.
Convert column to integer
Convert multiple columns at once