turbot/covid19

Query: covid19_fully_vaccinated_per_hundred_by_continent

Usage

powerpipe query covid19.query.covid19_fully_vaccinated_per_hundred_by_continent

SQL

select
continent,
max(people_fully_vaccinated_per_hundred) as "People Fully Vaccinated Per Hundred"
from
covid_data
where
continent != ''
group by
continent
order by
max(people_fully_vaccinated_per_hundred) desc;

Dashboards

The query is used in the dashboards: