Answers for "how to change the class column to integer in pandas"

3

column dataframe to int

df[[column_name]].astype(int)
Posted by: Guest on April-21-2021

Code answers related to "how to change the class column to integer in pandas"

Python Answers by Framework

Browse Popular Code Answers by Language