File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -266,10 +266,9 @@ def assert_index_equal(
266
266
left : Index
267
267
right : Index
268
268
exact : bool or {'equiv'}, default 'equiv'
269
- Whether to check the Index class, dtype and inferred_type
270
- are identical. If 'equiv', RangeIndex can be substituted for
271
- Int64Index and integer dtypes will be equivalent to each other and
272
- float dtypes equivalent to each other.
269
+ It True, check that the Index class, dtype and inferred_type are identical.
270
+ If 'equiv', numeric indexes will only be compared by dtype and inferred_type.
271
+ It False, do not check that Index class, dtype and inferred_type are identical.
273
272
check_names : bool, default True
274
273
Whether to check the names attribute.
275
274
check_less_precise : bool or int, default False
You can’t perform that action at this time.
0 commit comments