Skip to content

ant1w3/covid-data-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

COVID-19 Data Analyzer

Based on the "seven-day-average" problem set from Harvard's CS50 course

A Python script to fetch, process, and analyze COVID-19 case data from The New York Times. It calculates the 7-day average of new cases for selected U.S. states and compares the current week's average with the previous week's average.

Features

  • Fetches up-to-date COVID-19 data for U.S. states.
  • Calculates the 7-day rolling average of new cases.
  • Compares weekly averages to identify trends (increase, decrease, or no change).

Prerequisites

  • Python 3.7+

Usage

Run the script to start the analysis:

python main.py

About

A COVID-19 data analyser program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages