Jonas Van Der Donckt
Jonas Van Der Donckt
Current version:  new features: * add the columns: `duration %` -> can be directly calculated from the duration column, so does not need to be stored within the logs...
* https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.resample.html. * https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rolling.html?highlight=rolling#pandas.DataFrame.rolling Maybe we can use * the same naming convention * or even re-use their underlying logic (i.e., don't reimplement the wheel)
The chunking submodule is an amazing feature of `tsflex`, however it still has some flaws. It assumes: - [ ] that each series-signal is sampled at a (nearly) fixed frequency)...
Paths to explore: * optimize **series slicing** for functions which requires one (or more) pd.Series as input * C-implementation (or using cython memoryview of arrays) * numba caveats; as we...
- [ ] How will the verbose-argument work then? -> maybe if verbose, set n_jobs to 0 - [ ] use multiprocess to deal with local scope methods
Roadmap
This issue is a request to the community to submit what their vision of plotly-resampler is, which features are still worth implementing? Some features which I find worth pursuing: *...
 I think it is possible to catch this issue ourselves by looking prospective whether this port is in use b4 feeding it to the traceupdater