Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.31 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.31 KB

Project: An Interactive Data Visualization Project Exploring Life Expectancy Across the Globe

Table of Contents

  1. General Info
  2. Installation
  3. Demo
  4. Contributing

General Info

This Dashboard allows to interactively explore life expectancy across the globe. From conception and design to every line of code, the entire Dashboard was worked on by myself. During this project, I was able to deepen my knowledge about Dash and plotly.express. Especially, I was able to familiarize myself with geospacial datasets and work on my data visualization skills, which I greatly enjoied!

Part of the dashboard and project is the analysis of a geospacial dataset and the creation of five visualizations, including a choropleth map, two line charts, a data card, as well as a bar chart. All visuals are interactive and reactive to one another.

The code was developed as part of a university project (B.Sc. Data Science, Explorative Data Analysis and Visualization).

Installation

Requirements: Make sure you have Python 3.7+ installed on your computer. You can download the latest version of Python here.

Req. Package:

  • pandas
  • copy
  • dash
  • dash_bootstrap_components
  • plotly.express
  • plotly.graph_objects
  • numpy

Req. Datasets: All datasets can be retrieved from the website of the World Bank

How To:
To run the programm, download all data files onto your computer. Replace the placeholders in the main.py codefile with the file path on your computer.

Demo

Untitled.mp4

Contributing

Your comments, suggestions, and contributions are welcome. Please feel free to contribute pull requests or create issues for bugs and feature requests.