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

Rolling median builtin for domain specific language with RDataFrame #342

Merged
merged 29 commits into from
Nov 4, 2023

Conversation

pl0xz0rz
Copy link
Contributor

@pl0xz0rz pl0xz0rz commented Nov 2, 2023

This PR implements rolling median for RDataFrame, so far only a slow, brute force version that uses bubble sort - should be enough for small window sizes

@miranov25
Copy link
Owner

In case it is easy to make I prefer to make a generic quantile implementation

@miranov25
Copy link
Owner

Relates to #297,#329,#335

@miranov25
Copy link
Owner

I am merging now. Quantiles can be done in the next pull request

@miranov25 miranov25 merged commit b97af56 into miranov25:master Nov 4, 2023
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

Successfully merging this pull request may close these issues.

2 participants