Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mchavhan1998/analyzing-the-trends-of-covid19-using-time-series-forecasting

This project analyzes the impact and trends of COVID-19 data. The project includes data visualization to understand the spread and recovery patterns of COVID-19 and uses the Facebook Prophet library to forecast future case numbers.
https://github.com/mchavhan1998/analyzing-the-trends-of-covid19-using-time-series-forecasting

covid-19

Last synced: 3 days ago
JSON representation

This project analyzes the impact and trends of COVID-19 data. The project includes data visualization to understand the spread and recovery patterns of COVID-19 and uses the Facebook Prophet library to forecast future case numbers.

Awesome Lists containing this project

README

        

# 📂 Analyzing-the-Trends-of-Covid19-using-Time-Series-Forecasting
This project analyzes the impact and trends of COVID-19 data. The project includes data visualization to understand the spread and recovery patterns of COVID-19 and uses the Facebook Prophet library to forecast future case numbers.

## 🛠 Skills
Data Analysis, Python, Pandas, Matplotlib, Plotly, Facebook Prophet, Data Visualization, Time Series Forecasting

## 🔭 Project Objectives
- Analyze COVID-19 data to visualize the impact and trends.
- Aggregate and visualize the data using pandas, matplotlib, and plotly.
- Build a time series model using Facebook Prophet to predict future COVID-19 cases.

### 🔑 Features
- Data aggregation and cleaning using pandas.
- Data visualization using matplotlib and plotly.
- Time series forecasting using Facebook Prophet.
- Interactive visualizations to explore COVID-19 trends.

## How to Use

1. **Clone the repository**:
```bash
git clone https://github.com/1vig/Covid19-data-analysis.git
cd Covid19-data-analysis
```

2. **Install the required dependencies**:
```bash
pip install -r requirements.txt
```

3. **Run the Jupyter Notebooks** to explore the data, build models, and visualize results:
```bash
jupyter notebook
```

## Results

- The project provides visual insights into the global impact of COVID-19.
- The time series model predicts future trends in COVID-19 cases with reasonable accuracy.

## Acknowledgements

- Data sourced from various public COVID-19 datasets.
- Libraries used: numpy,pandas, matplotlib, plotly, seaborn, Prophet

## Contributing

Contributions are welcome! If you have any suggestions or improvements, please create a pull request or open an issue.