In file final/Dataset_joining.ipynb, block[2]. [link] There's a line:
df_weather_2010_2014 = pd.read_csv('./weather_2010_2014.csv',index_col=None, header=0)
But I cannot find the file or any notebook might build it.
When I check the commit history, there's a line:
'/Users/Shresh/Documents/aml/final_pro2/test_csv/weather_2010_2014.csv'
Does it help?