predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
990 stars 67 forks source link

[BUG] nan-handling for `M4` aggregator not yet available #301

Open jonasvdd opened 4 months ago

jonasvdd commented 4 months ago

PR #289 introduces the M4 aggregator, whereas PR #294 adds nan-handling to the aggregators.

As such, #289 should rebase on main after #294 is merged to main, after which the NanM4 is created.