Answers for "how to make a column int from float pandas"

0

pandas convert float to int

df['col'] = df['col'].astype(int)
Posted by: Guest on January-25-2021

Code answers related to "how to make a column int from float pandas"

Python Answers by Framework

Browse Popular Code Answers by Language