Table for displaying stats for list of countries of concern.
1 2 3 4 5 6 | table_countriesofconcern(
df_risk,
df_vaccinations,
df_vaccinations_maufacturers,
country_list
)
|
df_risk |
A dataframe with the following: country, date, new_cases, week_case_incidence, week_case, prev_week_case, percent_change_case, new_deaths, week_death_incidence, week_death, prev_week_death, percent_change_death |
df_vaccinations |
A dataframe with the following: location, date, people_vaccinated_per_hundred, total_vaccinations_per_hundred |
df_manufacturers |
A dataframe with the following: location, date, vaccines |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.