To get more experience with python I decided to recreate a dashboard I saw online, don’t bother about the subject: https://www.who.int/data/gho/data/themes/mental-health/suicide-rates. You can filter and select the data to download, I used the most recent data (2019). On the Visualisations tab (using the WHO link above) you can find the dashboard I tried to make (the second visualisation).
python

create dependent gauges in dash
As an exercise for Dash, Python and callback functions I decided to create 2 Gauges with a Slider to select a value and an output Gauge which should show the average of the selected values. To pimp it up a little I’ve used Bootstrap.