Skip to content

Conversation

@dberenbaum
Copy link

Add bounded keyword arg to quantile and qcut functions to enable unbounded quantiles with lower/upper bounds of -inf/inf.

@pep8speaks
Copy link

Hello @dberenbaum! Thanks for submitting the PR.

Line 241:70: W291 trailing whitespace

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • needs tests
  • bounds is a new kwarg so add it at the end
  • default must be False to avoid back compat issues
@jreback jreback added Reshaping Concat, Merge/Join, Stack/Unstack, Explode Enhancement labels Jul 28, 2018
@dberenbaum
Copy link
Author

Closing for now to rework this PR.

@dberenbaum dberenbaum closed this Jul 30, 2018
@dberenbaum dberenbaum deleted the qcut-unbounded branch July 30, 2018 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode

3 participants