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

Implement qcut() function #2559

Merged
merged 51 commits into from
Aug 9, 2020
Merged

Implement qcut() function #2559

merged 51 commits into from
Aug 9, 2020

Conversation

oleksiyskononenko
Copy link
Contributor

In this PR we add a qcut(cols, nquantiles=10) function that can be applied to a Frame or to an f-expression. The function behavior is very close to the following Pandas code: pd.qcut(input, q, labels=False).

WIP for #2358
Closes #1680

@oleksiyskononenko oleksiyskononenko added test Add new tests, or fix existing tests new feature Feature requests for new functionality labels Aug 5, 2020
@oleksiyskononenko oleksiyskononenko added this to the Release 0.11.0 milestone Aug 5, 2020
@oleksiyskononenko oleksiyskononenko added this to In Progress in Sprint Jul 27 - Aug 16 via automation Aug 5, 2020
@oleksiyskononenko oleksiyskononenko self-assigned this Aug 5, 2020
src/core/column/qcut.h Outdated Show resolved Hide resolved
src/core/column/qcut.h Outdated Show resolved Hide resolved
src/core/column/qcut.h Outdated Show resolved Hide resolved
src/core/column/qcut.h Outdated Show resolved Hide resolved
@oleksiyskononenko oleksiyskononenko merged commit 25363c4 into master Aug 9, 2020
Sprint Jul 27 - Aug 16 automation moved this from In Progress to Done Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Feature requests for new functionality test Add new tests, or fix existing tests
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Implement equivalent of Pandas qcut()
2 participants