https://github.com/preetesh21/covid-19
This repo contains the source code for the analysis of the spread of Covid-19 and forecasting of the future of the disease using the dataset from the Kaggle Competition.
https://github.com/preetesh21/covid-19
arima covid-19 data-science eda pipeline-regression sarimax
Last synced: about 1 month ago
JSON representation
This repo contains the source code for the analysis of the spread of Covid-19 and forecasting of the future of the disease using the dataset from the Kaggle Competition.
- Host: GitHub
- URL: https://github.com/preetesh21/covid-19
- Owner: Preetesh21
- Created: 2020-04-01T16:32:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T17:29:27.000Z (over 6 years ago)
- Last Synced: 2025-11-12T12:22:17.664Z (9 months ago)
- Topics: arima, covid-19, data-science, eda, pipeline-regression, sarimax
- Language: Jupyter Notebook
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19
Analysis of the spread of Covid-19 and forecasting .
Coronavirus disease (COVID-19) is an infectious disease caused by a new virus.The disease causes respiratory illness (like the flu) with symptoms such as a cough, fever, and in more severe cases, difficulty breathing.
The disease began in Wuhan China in November last year byt now has engulfed the entire world in it's danger.

The epicenter has now shifted to the United States which has reported the modt deaths in the world.
The following notebook performs EDA on the corna dataset taken from kaggle competition and the worldometre website and then also predicts the future number of cases in each effected country via pipeline regression and ARIMA time series analysis.