From 152dc30bb815067af7faccaf32dec505e9238725 Mon Sep 17 00:00:00 2001 From: Jonas Van Der Donckt <38005924+jonasvdd@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:31:27 +0100 Subject: [PATCH] Add plotly-resampler to the list of libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d6f36d..2a6ac3d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The following list is by no means exhaustive, feel free to edit the list (will p | [Orbit](https://github.com/uber/orbit) | Orbit is a Python package for Bayesian time series forecasting and inference | | [Pandas TA](https://github.com/twopirllc/pandas-ta) | An easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators | | [Pastas](https://github.com/pastas/pastas) | Timeseries analysis for hydrological data | +| [plotly-resampler](https://github.com/predict-idlab/plotly-resampler) | Enable visual analytics on large time series via this plotly add-on. | | [prophet](https://github.com/facebook/prophet) | Time series forecasting for time series data that has multiple seasonality with linear or non-linear growth | | [pyDSE](https://github.com/blue-yonder/pydse) | ARMA models for Dynamic System Estimation | | [pyFTS](https://pyfts.github.io/pyFTS) | Fuzzy set rule-based models for time series forecasting, including multi-step, point, interval and probabilistic forecasting |