1. plotting위해 string형태의 자료를 float으로 변환

thousand_separater.png

금값 가격추이 그리고 싶어서 많은 시도를 해봤는데, 결국 df= pd.read_csv(‘data/commodities/Gold.csv’, thousands= ‘,’) 로 해결함

2.