A fun web scraper written in python to scrap car information from this URL:
http://www.cars-data.com/en/sport-cars.html
The scraped data is present in carInfo.csv
-
The scraping and generating the csv is done through carinfo_scraper.ipynb script, which I have presented in the form of a
Jupyter
notebook. -
The main function
gatherInfoFromURL
is present in the gather_info.py file, which scraps the data off the web pages.
- The plotting of various graphs is done on carinfo_plots.ipynb Jupyter notebook.