We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb47429 commit c16f459Copy full SHA for c16f459
pandas/core/reshape/tile.py
@@ -108,7 +108,7 @@ def cut(
108
The precision at which to store and display the bins labels.
109
include_lowest : bool, default False
110
Whether the first interval should be left-inclusive or not.
111
- duplicates : {default 'raise', 'drop'}, optional
+ duplicates : {'raise', 'drop'}, default 'raise'
112
If bin edges are not unique, raise ValueError or drop non-uniques.
113
ordered : bool, default True
114
Whether the labels are ordered or not. Applies to returned types
0 commit comments