Jupyter数据集导入时报错,如何解决:ValueError: could not convert string to float: '1,000.00'黄色方框下面的一条

Jupyter数据集导入时报错, 如何解决:ValueError: could not convert string to float: '1,000.00'
黄色方框下面的一条,请各位指教!

img

浮点数里不能有逗号,先 replace 去掉下