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 8caac83 commit e4eae7fCopy full SHA for e4eae7f
pandas/core/reshape/tile.py
@@ -150,7 +150,7 @@ def cut(
150
Any NA values will be NA in the result. Out of bounds values will be NA in
151
the resulting Series or Categorical object.
152
153
- np.histogram_bin_edges can be used along with cut to calculate bins according
+ ``numpy.histogram_bin_edges`` can be used along with cut to calculate bins according
154
to some predefined methods.
155
156
Reference :ref:`the user guide <reshaping.tile.cut>` for more examples.
0 commit comments