A series of projects on web scraping for data analyses
The main aim of this projec to illustrates steps in scraping mutliple pages from the web into a CSV file for analyses
###File structure env file
- Jupyter notebook - single page
- Python script - Multipage to csv
- python3 -m venv env
- source env/bin/activate
- pip install
- requests
- bs4
- pandas N.B do not forget to disactivate the environment variable after actiavtion [deactivate]
Local setup
- git clone
- Install dependencie
- beautiful soup
- Pandas
- requests
- run