Jonas Van Der Donckt

Results 34 issues of Jonas Van Der Donckt

Current version: ![image](https://user-images.githubusercontent.com/38005924/172351305-06d9616e-f060-4d12-8791-9935ff4e9875.png) new features: * add the columns: `duration %` -> can be directly calculated from the duration column, so does not need to be stored within the logs...

enhancement

* 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)...

enhancement

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...

enhancement

- [ ] How will the verbose-argument work then? -> maybe if verbose, set n_jobs to 0 - [ ] use multiprocess to deal with local scope methods

enhancement

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: *...

discussion

![image](https://user-images.githubusercontent.com/38005924/173252467-9bb80a30-b63d-4780-86f8-acac3697d221.png) 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

enhancement