File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,15 +542,15 @@ def assert_categorical_equal(
542
542
left : Categorical
543
543
right : Categorical
544
544
check_dtype : bool, default True
545
- Check that integer dtype of the codes are the same
545
+ Check that integer dtype of the codes are the same.
546
546
check_category_order : bool, default True
547
547
Whether the order of the categories should be compared, which
548
548
implies identical integer codes. If False, only the resulting
549
549
values are compared. The ordered attribute is
550
550
checked regardless.
551
551
obj : str, default 'Categorical'
552
552
Specify object name being compared, internally used to show appropriate
553
- assertion message
553
+ assertion message.
554
554
"""
555
555
_check_isinstance (left , right , Categorical )
556
556
You can’t perform that action at this time.
0 commit comments