Pablo-source / Shiny-app-using-COVID-data

Basic bootstrap shiny app including leaflet maps, plots and dt tables. Updating app in 2024 with data from CSSEGITandData repo
3 stars 1 forks source link

Population figures for countries not present in WDI package #10

Closed Pablo-source closed 3 weeks ago

Pablo-source commented 1 month ago

Create a brand new dataset for countries present in the METRICS dataset (set of list of countries with their populations for those countries with the tag “ Not available in Population data set (see Table above for population figures from Internet)).

Using population figures collected from the internet.

Then compute population rates calculations in METRICS file created in previous closed issue. I will merge METRICS with population figures in 02 Covid_metrics_population_rates.R file into a new dataset names METRICS_POPULATION_RATES Compute 10,000 population rates for each of the metrics in METRICS_FOR_POP_RATES file using previously created cleansed country population figures for year 2019.

Pablo-source commented 3 weeks ago

This issue has been addressed in pull request Missing population figures #11