
How does the current COVID-19 pandemic compare to past pandemics? We scrubbed datasets for the Ebola, Swineflu, and COVID-19 pandemics and created a website dashboard to display the number of cases and deaths by country. [Note: COVID-19 dataset was pulled in April]
Project 2: Pandemics is a web application that utilizes Python Flask, HTML/CSS, JavaScript, and SQLite database to create a dashboard page with multiple charts. The aim of the project is to provide visualizations of pandemic data using different chart types, such as Globe, Bar, and Line charts. The visualizations are powered by datasets containing at least 100 records for multiple pandemics and centroids for plotting 195 countries. The user can interact with the data through dropdowns and a menu bar to view additional information about the pandemics and navigate between different chart views.
Project 2: Pandemics is a web application that provides visualizations of pandemic data through a dashboard page with multiple charts. It utilizes Python Flask, HTML/CSS, JavaScript, and SQLite to create an interactive user experience. The visualizations are powered by datasets containing at least 100 records for multiple pandemics and centroids for plotting 195 countries. Users can interact with the data through dropdowns and a menu bar to view additional information about the pandemics and navigate between different chart views. Overall, the project aims to provide insights and analysis of past pandemics using modern web technologies.
