Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ENH: Implement multi-column
DataFrame.quantiles
#44301ENH: Implement multi-column
DataFrame.quantiles
#44301Changes from 37 commits
385cff4
2c55c68
4aae08c
8cc274f
ee28436
b45463b
259ff59
c074638
ec24040
3cc5d6d
3b42472
e6229c6
54240eb
cec798f
04dbdfd
7bf7d18
34f5c68
aded5dd
9e3c300
939c735
ae16a24
d601d4e
d058765
c495fea
1c411fa
a019f15
44d14a7
c9dd92f
6fd8d49
4ebab82
79789cd
5a13fea
eae90bc
b431cf0
58264ed
250222b
85bb06a
9884d07
a5977dc
90de88e
b9a10c8
9db6c26
0dee399
c46fcbc
016f81b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
maybe i am not getting something, but why isn't this just
np.asarray(res_df).ravel()
and then reed to the existing quantile routine?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.
take
.