344pg. Kaggle에서 Bike Sharing Demand train.csv 파일을 다운받으시오. https://www.kaggle.com/c/bike-sharing-demand/data?select=train.csv Bike Sharing Demand Forecast use of a city bikeshare system www.kaggle.com - apply(pd.to_datetime)은 string타입의 datetime을 날짜를 나타내는 고유한 데이터타입인 datetime으로 변화함. (object>>datetime64[ns]) - 66줄~69줄: lambda함수를 이용해서 datetime의 column값으로부터 x.year, x.month, x.day, x.hour를 순차적으로 bike_d..