We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45568a1 commit a21eae0Copy full SHA for a21eae0
pandas/_testing/asserters.py
@@ -542,15 +542,15 @@ def assert_categorical_equal(
542
left : Categorical
543
right : Categorical
544
check_dtype : bool, default True
545
- Check that integer dtype of the codes are the same
+ Check that integer dtype of the codes are the same.
546
check_category_order : bool, default True
547
Whether the order of the categories should be compared, which
548
implies identical integer codes. If False, only the resulting
549
values are compared. The ordered attribute is
550
checked regardless.
551
obj : str, default 'Categorical'
552
Specify object name being compared, internally used to show appropriate
553
- assertion message
+ assertion message.
554
"""
555
_check_isinstance(left, right, Categorical)
556
0 commit comments