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 46ed6b1 commit c99b329Copy full SHA for c99b329
pandas/core/indexes/base.py
@@ -4168,7 +4168,7 @@ def reindex(
4168
limit : int, optional
4169
Maximum number of consecutive labels in ``target`` to match for
4170
inexact matches.
4171
- tolerance : int or float, optional
+ tolerance : int, float, or list-like, optional
4172
Maximum distance between original and new labels for inexact
4173
matches. The values of the index at the matching locations must
4174
satisfy the equation ``abs(index[indexer] - target) <= tolerance``.
0 commit comments