Flask dashboard for visualizing COVID-19 UK Public Health data using plotly.
Flask_covid_dashboard is a Flask dashboard designed to visualize COVID-19 data for the UK using pandas and plotly. The dashboard allows users to easily access and analyze public health data related to COVID-19. It utilizes Python's SDK for the COVID-19 API to make API calls to Public Health England data. The downloaded JSON data is then cleaned and transformed into pandas DataFrames, which are used to generate graphs and visualizations using Plotly.
Data collection and transformation: The Flask_covid_dashboard makes API calls to the COVID-19 API using Python's SDK to collect data from Public Health England. The downloaded JSON data is then cleaned and transformed into pandas DataFrames for easier analysis.
Data visualization: The dashboard utilizes Plotly to generate interactive graphs and visualizations based on the collected and transformed data. These visualizations provide a clear and intuitive way to understand and analyze the COVID-19 data for the UK.
Flask_covid_dashboard is a powerful tool for visualizing and analyzing COVID-19 data for the UK. It makes use of Python's SDK for the COVID-19 API to collect data from Public Health England, which is then transformed into pandas DataFrames. These DataFrames are used to generate interactive graphs and visualizations using Plotly. The installation process is straightforward, allowing users to easily set up and use the dashboard locally. Overall, Flask_covid_dashboard provides a user-friendly and efficient way to access and analyze COVID-19 data for the UK.