Skip to content

Presented program provides analytics and data visualization of the existing official data of the number of deaths from Covid19 (since the beginning of the pandemic until 6/26/2021) and from Influenza: Pneumonia (2018-2019).

Notifications You must be signed in to change notification settings

soniahooper/Covid19-Flu_Analytics

Repository files navigation

Covid19-Flu_Analytics

Presented program provides analytics and data visualization of the existing official public data about number of deaths from Covid19 (since the beginning of the pandemic until 6/26/2021) and from Influenza: Pneumonia (2018-2019) in each USA state.

Program was created in PyCharm integrated development environment using Python3 and ElephantSQL PostgreSQL database hosting service.

The original public data that used in the program was downloaded from the folowwing websites:

Obtained results (GUI Screenshots):

  1. Bar chart that describes the number of deaths from the influenza:pneumonia during years 2018 and 2019 in each USA state

influenza

  1. Bar chart that describes the number of deaths from the Covid19 from 01/01/2020 to 06/26/2021 in each USA state

covid19

  1. Combined bar chart of the number of deaths from influenza:pneumonia (2018-2019) and Covid19 (01/01/2020 - 06/26/2021) in each USA state to compare and analyze the data

covid19_influenza

How to launch:

  • Have installed Pyhton3 IDLE with libraries that are listed in equirements.txt

  • Download covid19_flu_deaths_analysis.py and connection_pool.py files

  • Run covid19_flu_deaths_analysis.py to get visual data results for influenza, Covid19 or both represented in appropriate bar charts

About

Presented program provides analytics and data visualization of the existing official data of the number of deaths from Covid19 (since the beginning of the pandemic until 6/26/2021) and from Influenza: Pneumonia (2018-2019).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages