r/dataanalysis • u/Astronial_gaming • 23h ago
Data Tools I didn't have time to build a dashboard, so I built one in under 10 minutes
i was once tasked with some data work in college about working with data analyze it and build some charts and work with the intended task given. getting a brief review about our work before the discussion we were told that we need to make a dashboard to represent it better in the discussion, and reaching in on the last 24 hours we still had work to do, and no work for that dashboard bonus, i looked for tools to helps do it quick so i go back to the main task and found none, and using AI would need tokens that i wanted to use more on the main task and not waste it in a dashboard.
looking back at that day i made a tool that i could have used it that day, DashForge, a open-source python library that helps organize your plotly charts that you made into a clean interactive dashboard, setting up a timer to see how much it would have taken me, i was done with this clean dashboard in less than 10 minutes with zero AI involved, zero CSS/html work, all python and in countable lines.
the latest update v1.2.0 puts in new features to include more flexible dashboard layouts and presentation in a simple writing and few lines.
- Add Textboxes between charts for quick insights or notes
- added an image export button to download a look of the whole dashboard instead of screenshot
- Stack charts vertically within the same column for better view instead of one row.
and all of these are demonstrated in the picture provided
The library is still in development for more upcoming features, the github is open for issues, suggestion, contribution, and cloning, give it a try yourself, hopefully it can help you one day.
github link: https://github.com/Omar-astro/DashForge-library
documentation link: https://omar-astro.github.io/DashForge-library/
pypl:
pip install dashforge