Skip to content

Are Google searches for COVID-19 symptoms useful in predicting increases in COVID-19 patients? Exploratory data analysis and hypothesis testing using Google's COVID-19 Open Data database.

Notifications You must be signed in to change notification settings

chrisshaffer/covid-symptom-searches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Google Searches for Symptoms

Are Google searches for COVID-19 symptoms useful in predicting increases in COVID-19 patients? Exploratory data analysis and hypothesis testing using Google's COVID-19 Open Data database
Explore the docs »

Table of Contents

  1. About The Project
  2. Data
  3. Features
  4. Contact

About The Project

COVID-19 has been a rapidly evolving pandemic. It is important for hospitals and governments to be able to predict the spread of COVID-19 and future pandemics locally, in order to prepare and allocate resources. This project provides tools to explore data from Google's COVID-19 Open Data as well as analysis and hypothesis testing.

Built With

Python 3.9:

Data modules

  • pandas
  • numpy

Plotting modules

  • matplotlib
  • seaborn
  • scipy.stats

Misc. modules

  • math
  • warnings
  • datetime
  • itertools

Custom functions found here.

Repository structure

  • img: Figure image files
  • src: Custom Python functions and Jupyter Notebooks

A PowerPoint presentation summarizing the data analysis and results can be found here.

Data

This project explores 3 tables from the COVID-19 Open Data repo:

Features

  • Load data with control over query size

  • Generate plots for EDA to explore variables

    Example of hospitalization data versus time:

    Aggregated hospitalization data verus time

  • Hypothesis testing of correlation between Google symptom searches and new hospitalizations

    • By location (country/region)
    • By symptom names
    • By date range
    • By time shift between searches and new hospitalizations

    Example of p-value heatmap:

    p-value heatmap

Contact

Author: Christopher Shaffer

Email

Github

About

Are Google searches for COVID-19 symptoms useful in predicting increases in COVID-19 patients? Exploratory data analysis and hypothesis testing using Google's COVID-19 Open Data database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published