Week 4 - Web Scraping
Our fourth task was to write code for a web-scraper in python to gather data, and use this data to produce a chart.
House Prices
This chart uses data scraped from the hometrack UK House Price Index. It lists the average house prices in the UK in the 20 largest cities in the UK.
The Google Colab notebook used to scrape this data can be accessed here.