Skip to content

Commit 5d0792c

Browse files
masterpigaSeeminSyed
authored andcommitted
Fix wrong docstring in qcut (pandas-dev#32679)
1 parent 8bdce84 commit 5d0792c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def qcut(
286286
Parameters
287287
----------
288288
x : 1d ndarray or Series
289-
q : int or list-like of int
289+
q : int or list-like of float
290290
Number of quantiles. 10 for deciles, 4 for quartiles, etc. Alternately
291291
array of quantiles, e.g. [0, .25, .5, .75, 1.] for quartiles.
292292
labels : array or False, default None

0 commit comments

Comments
 (0)