convert price to float pandas df[df.columns[1:]] = df[df.columns[1:]].replace('[$,]', '', regex=True).astype(float) ...
確定! 回上一頁