Convert the column type from float to object Pandas code example Example: pandas object to float df['DataFrame Column'] = df['DataFrame Column'].astype(float)