turbot/youtube

Query: youtube_channel_distribution_by_country

Usage

powerpipe query youtube.query.youtube_channel_distribution_by_country

SQL

select
country,
count(*) as NumberOfChannels
from
youtube_statistics
group by
country
order by
NumberOfChannels desc;

Dashboards

The query is used in the dashboards: