Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchical time series summary #1

Open
galenseilis opened this issue Sep 1, 2023 · 0 comments
Open

Hierarchical time series summary #1

galenseilis opened this issue Sep 1, 2023 · 0 comments

Comments

@galenseilis
Copy link

Describe the feature or enhancement you want to enable

Basically a selection option for when the data is arranged hierarchically according to a collection of categories. These hierarchies sometimes come from nested geographical features (e.g. country > province > region > district). They can also come from organizational structures, or parts of a facility, or some biological taxomonies, etc.

Being able to select from different levels of this hierarchies would be helpful in navigating hierarchical times series data.

Describe your proposed solution

Have an input to the HTML report constructor that receives a sequence of column names which are understood to be the hierarchical categories from top-to-bottom of the hierarchy. The implementation could ignore this option when it is None by default. But when it is given the HTML report constructs elements to have multiple selectors displayed in some order to specify the subset of the data of interest.

Describe alternatives you've considered, if relevant

Alternatively you can combine the different levels of categorical variables into tuples and use each tuple as label for each time series. This would create a very long list of options that may be less readible.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant