Dashboard to interact with energy systems data

Hello all,

Does anyone know of any dashboard, or even just a template, to visualise and interact with data related to energy systems (e.g. weather time series, annual demand/supply, etc.)?

Ideally, such dashboard would be able to read data from Pandas/GeoPandas dataframes. I know it could be possible to create an interactive dashboard using Holoviews/Bokeh/Plotly/etc. in Python, maybe through a notebook, but perhaps it has already been done.

Best wishes,
Tiziano

1 Like

Did you mean this kind of thing?

http://2050-calculator-tool.decc.gov.uk/

I was thinking of a dashboard to visualise model output. The DECC calculator can be a good reference for the interface design, though, but I would avoid working with Excel if possible :slight_smile:

Kanaries/pygwalker: PyGWalker: Turn your pandas dataframe into a Tableau-style User Interface for visual analysis (github.com)
Python version of “Tableau” may fit your needs.