This repository contains Python scripts to scrape ICD Data using requests and bs4 libraries.
You may run the project locally with these steps.
- Clone the repository.
git clone https://github.com/dekwahdimas/scrape-icd-data.git
- Install Python dependencies.
python -m pip install -r requirements.txt
- Run the scraping file.
python full_parse.py
- Open and analyze the generated CSV file.