-
Notifications
You must be signed in to change notification settings - Fork 36
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
internals: rewrite $describe()
#717
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that R users are likely to be interested in statistics, it may be worth adding an option to modify the algorithm for calculating quartiles.
See pola-rs/polars#13480.
Good idea, I added it |
Merge branch 'main' into rewrite-describe # Conflicts: # NEWS.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Related PR for Python Polars not merged yet: pola-rs/polars#13720 |
Close #614
The first 4/5 of the function is directly adapted from the python code but the last 1/5 (from
transpose()
) was annoying to do so I found another way.This makes the code longer but easier to read (IMO). However there's no new feature so what was #614 about in the first place?