pandas convert to float if possible code example Example: convert price to float pandas df['DataFrame Column'] = df['DataFrame Column'].astype(float)