pandas.Index.where
-
Index.where(self, cond, other=None)[source] -
Возвращает индекс той же формы, что и self, чьи соответствующие элементы взяты из self, если cond равно True, а иначе — из other.
Добавлена в версии 0.19.0.
Параметры: -
cond : boolean array-like with the same length as self -
other : scalar, or array-like
Возвращает: - Индекс
-
© 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