Skip to content

This program gets the percentage of people infected by the corona virus per country. the percentage of active cases per country and the percentage of the total of people ever infected by country.

Notifications You must be signed in to change notification settings

Beefy-py/COVID-19_Percentage_of_cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoronaVirus_data

I scraped the data from the website with BeautifulSoup. I got the country names, population, active cases and total cases tested.

percentage active cases

I divide the active cases by the population times 100 to get the percentage of the population that is infected in the country.

percentage totalCases

Then i divide total cases tested ever by the population times 100 to get the percentage of the population that was ever infected in that country

About

This program gets the percentage of people infected by the corona virus per country. the percentage of active cases per country and the percentage of the total of people ever infected by country.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published