Health Searches By US Metropolitan Area, 2005-2017
Data from Google trends showing who searches for what and where
@kaggle.googlenewslab_health_searches_us_county
Data from Google trends showing who searches for what and where
@kaggle.googlenewslab_health_searches_us_county
CREATE TABLE regionalinterestbyconditionovertime (
"dma" VARCHAR,
"geocode" BIGINT,
"n_2004_cancer" BIGINT,
"n_2004_cardiovascular" BIGINT,
"n_2004_stroke" BIGINT,
"n_2004_depression" BIGINT,
"n_2004_rehab" BIGINT,
"n_2004_vaccine" BIGINT,
"n_2004_diarrhea" BIGINT,
"n_2004_obesity" BIGINT,
"n_2004_diabetes" BIGINT,
"n_2005_cancer" BIGINT,
"n_2005_cardiovascular" BIGINT,
"n_2005_stroke" BIGINT,
"n_2005_depression" BIGINT,
"n_2005_rehab" BIGINT,
"n_2005_vaccine" BIGINT,
"n_2005_diarrhea" BIGINT,
"n_2005_obesity" BIGINT,
"n_2005_diabetes" BIGINT,
"n_2006_cancer" BIGINT,
"n_2006_cardiovascular" BIGINT,
"n_2006_stroke" BIGINT,
"n_2006_depression" BIGINT,
"n_2006_rehab" BIGINT,
"n_2006_vaccine" BIGINT,
"n_2006_diarrhea" BIGINT,
"n_2006_obesity" BIGINT,
"n_2006_diabetes" BIGINT,
"n_2007_cancer" BIGINT,
"n_2007_cardiovascular" BIGINT,
"n_2007_stroke" BIGINT,
"n_2007_depression" BIGINT,
"n_2007_rehab" BIGINT,
"n_2007_vaccine" BIGINT,
"n_2007_diarrhea" BIGINT,
"n_2007_obesity" BIGINT,
"n_2007_diabetes" BIGINT,
"n_2008_cancer" BIGINT,
"n_2008_cardiovascular" BIGINT,
"n_2008_stroke" BIGINT,
"n_2008_depression" BIGINT,
"n_2008_rehab" BIGINT,
"n_2008_vaccine" BIGINT,
"n_2008_diarrhea" BIGINT,
"n_2008_obesity" BIGINT,
"n_2008_diabetes" BIGINT,
"n_2009_cancer" BIGINT,
"n_2009_cardiovascular" BIGINT,
"n_2009_stroke" BIGINT,
"n_2009_depression" BIGINT,
"n_2009_rehab" BIGINT,
"n_2009_vaccine" BIGINT,
"n_2009_diarrhea" BIGINT,
"n_2009_obesity" BIGINT,
"n_2009_diabetes" BIGINT,
"n_2010_cancer" BIGINT,
"n_2010_cardiovascular" BIGINT,
"n_2010_stroke" BIGINT,
"n_2010_depression" BIGINT,
"n_2010_rehab" BIGINT,
"n_2010_vaccine" BIGINT,
"n_2010_diarrhea" BIGINT,
"n_2010_obesity" BIGINT,
"n_2010_diabetes" BIGINT,
"n_2011_cancer" BIGINT,
"n_2011_cardiovascular" BIGINT,
"n_2011_stroke" BIGINT,
"n_2011_depression" BIGINT,
"n_2011_rehab" BIGINT,
"n_2011_vaccine" BIGINT,
"n_2011_diarrhea" BIGINT,
"n_2011_obesity" BIGINT,
"n_2011_diabetes" BIGINT,
"n_2012_cancer" BIGINT,
"n_2012_cardiovascular" BIGINT,
"n_2012_stroke" BIGINT,
"n_2012_depression" BIGINT,
"n_2012_rehab" BIGINT,
"n_2012_vaccine" BIGINT,
"n_2012_diarrhea" BIGINT,
"n_2012_obesity" BIGINT,
"n_2012_diabetes" BIGINT,
"n_2013_cancer" BIGINT,
"n_2013_cardiovascular" BIGINT,
"n_2013_stroke" BIGINT,
"n_2013_depression" BIGINT,
"n_2013_rehab" BIGINT,
"n_2013_vaccine" BIGINT,
"n_2013_diarrhea" BIGINT,
"n_2013_obesity" BIGINT,
"n_2013_diabetes" BIGINT,
"n_2014_cancer" BIGINT,
"n_2014_cardiovascular" BIGINT,
"n_2014_stroke" BIGINT,
"n_2014_depression" BIGINT,
"n_2014_rehab" BIGINT,
"n_2014_vaccine" BIGINT,
"n_2014_diarrhea" BIGINT,
"n_2014_obesity" BIGINT
);
Anyone who has the link will be able to view this.