Skip to content

yousaf530/Python-Flask-Data-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Data Dashboard

A Simple Data Dashboard using Plotly and Flask visualizing Development Indicators of some Asian countries using World Bank's Data.

To run this Web App on your device using simple steps:

  1. Download using the command git clone or manually on to your local machine.
  2. Run the following command
    pip install -r requirements.txt
  3. Using the cmd, run the file using the command (on windows)
    python worldbank.py
  4. The cmd will output the local web address and port where the app is running. As an example, this might be http://127.0.0.1:5000/. Now, open a web browser and go to that web address.
  5. You can also access the dashboard on other devices on the same network by going to the link displayed (while it is still being served).

Major Concepts/Functionality:

  1. Front End using simple Bootstrap
  2. Back-end using Python Flask
  3. Wrangling World Bank CSV Data using Pandas
  4. Plotly for Visualisations using the csv data

Prerequisites:

You will need Python3 installed on your local machine.

Checkout the App here:

Feel free to give a star to this project if you like and support! Adios

About

A Simple Data Dashboard using Plotly and Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published