From 3f98abcf72949e689efe2b931c38cedafcfba6e2 Mon Sep 17 00:00:00 2001 From: Ashish Singal Date: Wed, 28 Dec 2016 08:49:57 -0500 Subject: [PATCH] Update tile.py --- pandas/tools/tile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tools/tile.py b/pandas/tools/tile.py index 99af13e383e17..370a5170043f2 100644 --- a/pandas/tools/tile.py +++ b/pandas/tools/tile.py @@ -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 -------