change column of strings into sfloats code example
Example: panda dataframe read csv change string to float
df['DataFrame Column'] = df['DataFrame Column'].astype(float)
df['DataFrame Column'] = df['DataFrame Column'].astype(float)