Coder Social home page Coder Social logo

covid-19-data-analysis's Introduction

Covid-19-Data-Analysis

Covid – 19 Data Processing is a Program which can load, merge, clean and aggregate the COVID-19 time series data. This program can give graphs and stats about any country in the world. It is designed by using Python Language, Matplotlib, Seaborn, Alter, Numpy and Pandas.

It takes the updated data from the web and show the current stats of Covid – 19 such as Confirmed, Recovered, Death and Active cases around each country for which the user requires. Further this program also compares data of newly confirmed cases between multiple countries.

METHODS AND MATERIAL USED 3.1 MATERIAL USED  Jupyter Notebook/ Google Colaboratory 3.2 METHODS 3.2.1 DESIGNING THE PROJECT Confirmed, deaths and recovered are kept in different CSV files. That makes difficult for plotting them in the same data visualization. This COVID-19 Data processing runs the following steps:

  1. Download raw CSV dataset from JHU CSSE public Github page.
  2. Load raw CSV dataset and extract the common date list.
  3. Merges the raw confirmed, deaths, and recovered CSV data into one DataFrame.
  4. Performs data cleanings due to missing values, wrong datatypes and cases from cruise ships.
  5. Data Aggregation: Add an active case column Active, which is calculated by active_case = confirmed — deaths — recovered. Aggregate data into Country/Region wise and group them by Date and Country/Region. After that, add day wise New cases, New deaths and New recovered by deducting the corresponding cumulative data on the previous day.

covid-19-data-analysis's People

Contributors

kaadi2000 avatar

Stargazers

Kavyashree avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.