From de50eb518dea10d306fcc451a123693d313013b8 Mon Sep 17 00:00:00 2001 From: Vishal Anand Date: Sat, 16 Jun 2018 20:58:52 +0530 Subject: [PATCH] existing url gives http 404 error --- ...ombining dataframes and scraping Canadian weather data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb b/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb index 277658ff3..74e521a74 100644 --- a/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb +++ b/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb @@ -1460,7 +1460,7 @@ }, "outputs": [], "source": [ - "url_template = \"http://climate.weather.gc.ca/climateData/bulkdata_e.html?format=csv&stationID=5415&Year={year}&Month={month}&timeframe=1&submit=Download+Data\"" + "url_template = \"http://climate.weather.gc.ca/climate_data/bulk_data_e.html?format=csv&stationID=5415&Year={year}&Month={month}&timeframe=1&submit=Download+Data\"" ] }, {