Coder Social home page Coder Social logo

yusufcinarci / covid-19-data-analysis-visualization Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 27.37 MB

The first project of our data visualization studies is the COVID-19 data analysis project. In this project, we analyzed the data of the COVID-19 pandemic, which started in the first month of 2020 and still continues to affect the world, on the basis of countries. You can find the brief details of the project we realized in 3 stages in the readme file. We have tried to explain the details of the project step by step below. We wish you healthy days.

Jupyter Notebook 100.00%
data-visualization covid-19-data-visualization data-analysis data-science

covid-19-data-analysis-visualization's Introduction

Covid-19-Data-Analysis-Visualization

The first project of our data visualization studies is the COVID-19 data analysis project. In this project, we analyzed the data of the COVID-19 pandemic, which started in the first month of 2020 and still continues to affect the world, on the basis of countries. You can find the brief details of the project we realized in 3 stages in the readme file. We have tried to explain the details of the project step by step below. We wish you healthy days.

Covid-19-Data-Analysis-Visualization 1

First, we will download the libraries we will use.

!pip install folium -- !pip install plotly

import

import plotly.express as px
import plotly.graph_objects as go
import plotly.figure_factory as ff
from plotly.subplots import make_subplots

import folium

import pandas as pd 
import numpy as np
import matplotlib.pyplot as plt

%matplotlib inline

import math 
import random
from datetime import timedelta

import warnings 
warnings.filterwarnings('ignore')

After importing our libraries, we defined our dataset.

!git clone https://github.com/laxmimerit/Covid-19-Preprocessed-Dataset

Total number of covid-19 cases in the world

Total number of covid-19 cases in the world

Total number of covid-19 deaths in the world

Total number of covid-19 deaths in the world

Covid-19-Data-Analysis-Visualization 2

Confirmed Cases with Choropleth Map

Confirmed Cases with Choropleth Map

Confirmed and Detah Cases with Static Colormap

newplot (5)

Covid-19-Data-Analysis-Visualization 3

Line Plot

Line Plot

Growth Rate after 100k Cases

Growth Rate after 100k Cases

Tree Map Analysis

Deaths Cases

Deaths Cases

Covid-19 vs Other Similar Epidemics

Covid-19 vs Other Similar Epidemics

We tried to show some important and striking graphics in our project above. You can find all the files of our first project in our data science journey in the github repo.

covid-19-data-analysis-visualization's People

Contributors

yusufcinarci avatar

Stargazers

 avatar  avatar

Watchers

 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.