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.
df.equals()
1 parent e552626 commit cf2710dCopy full SHA for cf2710d
pandas/core/generic.py
@@ -1451,8 +1451,8 @@ def equals(self, other: object) -> bool_t:
1451
the same location are considered equal.
1452
1453
The row/column index do not need to have the same type, as long
1454
- as the values are considered equal. Corresponding columns must be of
1455
- the same dtype.
+ as the values are considered equal. Corresponding columns and
+ index must be of the same dtype.
1456
1457
Parameters
1458
----------
0 commit comments