0% found this document useful (1 vote)
172 views

COVID Project

This document provides guidelines for a Python project to analyze COVID-19 trends. The project involves using Pandas to combine data from multiple CSV and Excel files about global and Indian COVID-19 cases. Plotly will be used to create interactive visualizations of the data. The Facebook Prophet library will build time series models to predict future COVID-19 cases based on current trends. The predictions will be visualized by combining these Python technologies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
172 views

COVID Project

This document provides guidelines for a Python project to analyze COVID-19 trends. The project involves using Pandas to combine data from multiple CSV and Excel files about global and Indian COVID-19 cases. Plotly will be used to create interactive visualizations of the data. The Facebook Prophet library will build time series models to predict future COVID-19 cases based on current trends. The predictions will be visualized by combining these Python technologies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Python for Data Science Training

Project – Analyzing the trends of COVID-19 with Python

Problem Statement:

Given data about COVID 19 patients, write code to visualize the impact and analyze the trend
of rate of infection and recovery as well as make predictions about the number of cases
expected a week in future based on the current trends

Dataset: CSV and Excel files containing data about Number of COVID 19 Confirmed, Deaths
and Recovered patients both around the World and in India. Download Link

Guidelines:
• Use pandas to accumulate data from multiple data files
• Use plotly (visualization library) to create interactive visualizations
• Use Facebook prophet library to make time series models
• Visualize the prediction by combining these technologies

[email protected] - +91-7022374614 - US: 1-800-216-8930 (Toll Free)

You might also like