df["data"] = df["data"].astype(float)
df[df.columns[1:]] = df[df.columns[1:]].replace('[$,]', '', regex=True).astype(float)