You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Update tolerance parameter type to include list-like in Index.reindex
The tolerance parameter in Index.reindex can accept list-like types
(list, tuple, array, Series) in addition to scalar int/float values,
but the parameter type description only mentioned 'int or float'.
Updated the type description to 'int, float, or list-like' to match
the actual behavior documented in the parameter description.
Closes#62923
0 commit comments