pandas.Index.is_
-
Index.is_(other)[source] -
Более гибкая, быстрая проверка, как
is, но работает через представления.Примечание: это не то же самое, что
Index.identical(), что проверяет, одинаковы ли и метаданные.Параметры: -
other : object -
объект для сравнения.
Возвращает: -
True if both have same underlying data, False otherwise : bool
-
© 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.24.2/reference/api/pandas.Index.is_.html