Skip to content

alvintho/FlaskApp_Python_Dash_Visualization

Repository files navigation

Flask App (REST APIs) - Python Data Visualization with Dash & Plotly

S&P 500 Companies with Financial Information Dataset from Kaggle

  • “/Sector” that returns a list of unique sectors in the csv file.
  • “/EBITDA” that takes in url parameters (i.e. ?Sector=xxx), that allow users to query EBITDAs of a certain sector (e.g. if user provides with URL http://127.0.0.1:5000?Sector=Materials, it will return a list of numbers with all EBITDAs from that sector)
  • Utilizing Dash and plotly to render Pie chart and multi-select component which uses the selection values to query the API for getting the EBITDA for multiple Sectors
Screenshot 2024-08-23 at 9 45 14 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages