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.
- 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).
- Python 3.7+
Run the script to start the analysis:
python main.py