Wie man eine Pandas -Serie von int zum Schweben in Python konvertiert

df['DataFrame Column'] = df['DataFrame Column'].astype(float)
Dull Dove