We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9b0b3 commit a6d3700Copy full SHA for a6d3700
pandas/tests/test_categorical.py
@@ -4941,4 +4941,3 @@ def test_map(self):
4941
assert isinstance(res, tm.SubclassedCategorical)
4942
exp = Categorical(['A', 'B', 'C'])
4943
tm.assert_categorical_equal(res, exp)
4944
-
0 commit comments