We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d67a8 commit 25066f6Copy full SHA for 25066f6
pandas/_testing.py
@@ -701,6 +701,8 @@ def assert_index_equal(
701
Whether to compare the order of index entries as well as their values.
702
If True, both indexes must contain the same elements, in the same order.
703
If False, both indexes must contain the same elements, but in any order.
704
+
705
+ .. versionadded:: 1.2.0
706
rtol : float, default 1e-5
707
Relative tolerance. Only used when check_exact is False.
708
0 commit comments