We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e018703 commit dd464e2Copy full SHA for dd464e2
pandas/tests/indexes/categorical/test_category.py
@@ -21,6 +21,9 @@
21
class TestCategoricalIndex:
22
@pytest.fixture
23
def simple_index(self) -> CategoricalIndex:
24
+ """
25
+ Fixture that provides a CategoricalIndex.
26
27
return CategoricalIndex(list("aabbca"), categories=list("cab"), ordered=False)
28
29
def test_can_hold_identifiers(self):
0 commit comments