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:
- Bar chart that describes the number of deaths from the influenza:pneumonia during years 2018 and 2019 in each USA state
- Bar chart that describes the number of deaths from the Covid19 from 01/01/2020 to 06/26/2021 in each USA state
- 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
-
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