Ändern Sie einen coolen Datentyp in Pandas

df = df.astype({"Column 1": float, "Column 2": int})
Defeated Duck