출처 : 이것이 데이터 분석이다.
chipo['item_price'] = chipo['item_price'].apply(lambda x : float(x[1:]))
-> x 첫 번째 자리(3)부터 끝까지 가져와서 float형으로 바꿔라