Python\'s math module contain handy functions like floor & ceil. These functions take a floating point number and return the nearest integer be
floor
ceil
df['Column_Name']=df['Column_Name'].astype(int)