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 3d955ad commit 7ed9c27Copy full SHA for 7ed9c27
pandas/tests/test_categorical.py
@@ -4973,4 +4973,3 @@ def test_map(self):
4973
assert isinstance(res, tm.SubclassedCategorical)
4974
exp = Categorical(['A', 'B', 'C'])
4975
tm.assert_categorical_equal(res, exp)
4976
-
0 commit comments