Skip to content

Commit 8e839b1

Browse files
committed
clarify docstring
1 parent 93c86aa commit 8e839b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/util/testing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,10 @@ def assert_frame_equal(left, right, check_dtype=True,
12151215
obj='DataFrame'):
12161216
"""Check that left and right DataFrame are equal.
12171217
1218+
Each element at [row, column] in left is compared to the
1219+
element at [row, column] in right (index and column values
1220+
may not be ignored).
1221+
12181222
Parameters
12191223
----------
12201224
left : DataFrame

0 commit comments

Comments
 (0)