I created this dashboard for the 30DaysOfStreamlit challenge using the Streamlit Python package.
Figure 1.- SARS-CoV-2 illustration. Retrieved from Wikimedia Commons and used under a CC0 licence.
Summary
The dashboard shows the weekly reports of SARS-CoV2 variants in European countries since January 2020 until April 2022. The user can select a country in the sidebar, and a year and week in the main page to show the available data of SARS-CoV2 variants from the selected country. Information about the number of cases, sequenced genomes, and the percentage of the different variants are displayed in tables and plots.
The screenshot below shows how the dashboard looks like:
Dataset
The entire dataset is available here. I only considered information from the GISAID database.
Additional information
The complete information regarding this project is available on this GitHub repository.