SM24-Industrial-Software-Dev / ML-forecasting-NOx-levels

0 stars 0 forks source link

Prototype dash application showing time series charts for a region selected from a checkbox #9

Open rameshnatarajanus opened 1 week ago

rameshnatarajanus commented 1 week ago

This dash application will take data from a pandas dataset which contains daily mean NO2 concentration over a set of metropolitan regions.

A check box will provide the list of metro regions (a future iteration can select these regions from an interactive map).

This initial app can be based on the simple examples in this article here. source code for initial version