Skip to content

Commit

Permalink
Update tile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsingal1 committed Dec 28, 2016
1 parent 0b8efeb commit 3f98abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tools/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def qcut(x, q, labels=None, retbins=False, precision=3, duplicates='raise'):
The precision at which to store and display the bins labels
duplicates : {'raise', 'drop'}, optional
If binned edges are not unique, raise ValueError or drop non-uniques.
.. versionadded:: 0.20.0
Returns
-------
Expand Down

0 comments on commit 3f98abc

Please sign in to comment.