Ruthger Righart The COVID-19 pandemic has led to a lot of exceptional data visualizations from data scientists around the world. The goal of the current notebook is to provide a simple Python code that allows to make flat visualizations. It displays confirmed cases, recovery and fatality across different countries, corrected for population size and land area. The data are updated on daily basis. An interactive dashboard can be found here. Package versions used: numpy==1.18.1, pandas==1.0.1, matplotlib==3.1.3, and seaborn==0.10.0. A Docker container to run the code was created at GitHub. The original notebook file can be found here. Code Editor
The following function allows to load, process, and visualize the COVID-19 data. The data are loaded from 2 GitHub repositories. The function has the following parameters:
A country_list will be used to select the countries to be displayed. The function data_visualization allows to display the data, and easily check visualizations under different conditions. An interactive dashboard can be found at this site: REFERENCES:
4 Comments
2/16/2023 07:20:23 am
simply explained in a concise manner, I read an article about Data Science from your blog post. thanks for sharing such a beautiful post...
Reply
Leave a Reply. |