Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teddyoweh/disease-data-webscrape-analysis

Scraped a table of disease & symptoms data from a website, and turned it to a dataframe, then extracted to a csv fie
https://github.com/teddyoweh/disease-data-webscrape-analysis

data-analytics data-science data-visualization webscraping

Last synced: about 1 month ago
JSON representation

Scraped a table of disease & symptoms data from a website, and turned it to a dataframe, then extracted to a csv fie

Awesome Lists containing this project

README

        

# Disease Data WebScrape Analysis

I was working on an NLP (Natural Language Processing) Disease Based on Symptoms Prediction Model, and needed a data source, so i used Python to scrape the relevant information from [A page on Columbia University Website ](https://people.dbmi.columbia.edu/~friedma/Projects/DiseaseSymptomKB/index.html) and turned it to a dataframe.

## Data Source
![webimg](./images/web.png)

## DataFrame / Result

![dataimg](./images/data.png)