More flexible, faster check like is
but that works through views.
Note: this is not the same as Index.identical()
, which checks that metadata is also the same.
Other object to compare against.
True if both have same underlying data, False otherwise.
See also
Index.identical
Works like Index.is_
but also checks metadata.
Examples
>>> idx1 = pd.Index(['1', '2', '3']) >>> idx1.is_(idx1.view()) True
>>> idx1.is_(idx1.copy()) False
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4