데이터는 Kaggle에 있는 bostan marathon 데이터를 참고했다. 데이터 불러오기부터 저장까지 아주아주아주아주아주아주 기초가 되는 전처리 방법 정리 https://www.kaggle.com/rojour/boston-results Finishers Boston Marathon 2015, 2016 & 2017 This data has the names, times and general demographics of the finishers www.kaggle.com In [1]: import pandas as pd In [12]: #load the csv file marathon_2015 = pd.read_csv("C://Users//User//Desktop//boston-results/marath..