Skip to content

Commit c5987d6

Browse files
authored
Fix wrong docstring in qcut (#32679)
1 parent 2b37609 commit c5987d6

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)