Skip to content

Scrape ICD-9-CM and ICD-10-CM data using requests and beautifulsoup4

License

Notifications You must be signed in to change notification settings

dekwahdimas/scrape-icd-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape International Classification of Diseases (ICD) Data

This repository contains Python scripts to scrape ICD Data using requests and bs4 libraries.

Installation

You may run the project locally with these steps.

  1. Clone the repository.
  git clone https://github.com/dekwahdimas/scrape-icd-data.git
  1. Install Python dependencies.
  python -m pip install -r requirements.txt
  1. Run the scraping file.
  python full_parse.py
  1. Open and analyze the generated CSV file.

License

MIT

About

Scrape ICD-9-CM and ICD-10-CM data using requests and beautifulsoup4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages