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