An open API service indexing awesome lists of open source software.

https://github.com/caitroach/covid-vaccination-trends

using matplotlib and pandas to compare COVID-19 vaccination trends in Canada and the United States!
https://github.com/caitroach/covid-vaccination-trends

Last synced: 11 months ago
JSON representation

using matplotlib and pandas to compare COVID-19 vaccination trends in Canada and the United States!

Awesome Lists containing this project

README

          

# COVID-19 Vaccination Trends Visualizer: Canada vs United States

## Description
This project uses pandas and matplotlib to visualize COVID-19 vaccination trends in Canada and the United States in a neat, visually appealing graph. Using publicly available data from Our World in Data, it compares the percentage of the population to be fully vaccinated against COVID-19 between 2020 and 2023.

## Features
- Colourful line graphs showing vaccination trends for each country.
- Uses Python libraries: `pandas`, `matplotlib`, and `matplotlib.dates`.
- Custom date formatting for clean, professional visualization of healthcare data.

## Data Source
Our World in Data - Covid-19 Vaccination Data: https://github.com/owid/covid-19-data

## How to Run
1. Clone or download this repository to your computer.
2. Ensure you have Python installed.
3. Install the required libraries:
```bash
pip install pandas matplotlib

## Acknowledgment
This project was done entirely as a learning exercise to strengthen my personal experience with matplotlib and panda. I adapted and customized example code to suit the dataset and build my understanding of data visualization and statistics.