Skip to content

Data Visualisation Dashboard for 10.020 Data Driven World (2023)

License

Notifications You must be signed in to change notification settings

zayne-siew/data-viz-ddw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-viz-ddw

App Preview

Data Visualisation Dashboard for 10.020 Data Driven World (2023).

Adapted from https://realpython.com/python-dash/.

Installation

For Windows (using PowerShell):

PS> cd <path-to-project>
PS> python -m venv ddw-env
PS> ddw-env\Scripts\activate

PS> ddw-env\bin\python -m pip install dash pandas
PS> ddw-env\bin\python app.py

For Linux/MacOS:

$ cd <path-to-project>
$ python -m venv ddw-env
$ source ddw-env/bin/activate

$ ddw-env/bin/python -m pip install dash pandas
$ ddw-env/bin/python app.py

Acknowledgements

Team Members

  • Karen Neo (1007005)
  • Ng Xuan Le Jeriel (1006642)
  • Siew Rui Ze, Zayne (1007180)
  • Tan Yan Lin Charlese (1007075)
  • Tham Hao Wei (1006936)

This project is an undertaking of SUTD 10.020 Data Driven World (2023).

About

Data Visualisation Dashboard for 10.020 Data Driven World (2023)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published