Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too few countries have country-wide recovered counts #309

Open
winwiz1 opened this issue Jul 31, 2020 · 0 comments
Open

Too few countries have country-wide recovered counts #309

winwiz1 opened this issue Jul 31, 2020 · 0 comments

Comments

@winwiz1
Copy link

winwiz1 commented Jul 31, 2020

Hi Team,

The output of this statement in BigQuery

SELECT COUNT(DISTINCT country_name)
from bigquery-public-data.covid19_open_data.covid19_open_data
UNION ALL
SELECT COUNT(DISTINCT country_name) 
FROM bigquery-public-data.covid19_open_data.covid19_open_data
WHERE aggregation_level = 0 AND cumulative_recovered IS NOT NULL
UNION ALL
SELECT COUNT(DISTINCT country_name) 
FROM bigquery-public-data.covid19_open_data.covid19_open_data
WHERE aggregation_level = 1 AND cumulative_recovered IS NOT NULL

shows there are 248 countries with 22 countries having recovery data on state/province level and 9 countries having country-wide recovery counts. Understandably not all countries make the data available but still the 9 countries are too few.

For Australia the relevant information is available from:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant