On this page
pandas.Index.where
Index.where(self, cond, other=None)
[source]-
Return an Index of same shape as self and whose corresponding entries are from self where cond is True and otherwise are from other.
New in version 0.19.0.
Parameters: -
cond : boolean array-like with the same length as self
-
other : scalar, or array-like
Returns: - Index
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.Index.where.html