Pandas Currency to Numbe

df[df.columns[1:]] = df[df.columns[1:]].replace('[\$,]', '', regex=True).astype(float)
Aggressive Antelope