Created
November 17, 2020 03:00
-
-
Save dkowsikpai/384561cd1e5dd27e4ba61deb9eec6227 to your computer and use it in GitHub Desktop.
Covid 19 High Risk Analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Population Dataset | |
| populationData = pd.read_csv("population_india_census2011.csv") | |
| # Hospital Bed Dataset | |
| hospitalData = pd.read_csv("HospitalBedsIndia.csv") | |
| # Covid 19 cases | |
| covidData = pd.read_csv("state_wise.csv") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment