You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select
min(date),
max(date)
from `bigquery-public-data.covid19_symptom_search.symptom_search_sub_region_2_daily`
where
timestamp(date) between timestamp("2017-01-01") and timestamp("2018-01-01") and
country_region_code = "US"
state level
select
min(date),
max(date)
from `bigquery-public-data.covid19_symptom_search.symptom_search_sub_region_1_daily`
where
timestamp(date) between timestamp("2017-01-01") and timestamp("2018-01-01") and
country_region_code = "US"
In the API, we only have them starting Feb 2020, but Google added earlier dates at some point starting from mid 2017
The text was updated successfully, but these errors were encountered: