We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a53954 commit 9693230Copy full SHA for 9693230
pandas/core/indexes/base.py
@@ -4170,7 +4170,8 @@ def equals(self, other):
4170
Returns
4171
-------
4172
bool
4173
- If two Index objects have equal elements True, otherwise False.
+ True if "other" is an Index and it has the same elements as calling
4174
+ index; False otherwise.
4175
"""
4176
if self.is_(other):
4177
return True
0 commit comments