Skip to content

Commit d87c8e6

Browse files
Pradyumna ReddyPradyumna Reddy
Pradyumna Reddy
authored and
Pradyumna Reddy
committed
1 parent fbdae2d commit d87c8e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/categorical.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ class Categorical(PandasObject):
248248
__array_priority__ = 1000
249249
_typ = 'categorical'
250250

251-
def __init__(self, values, categories=None, ordered=False, fastpath=False):
251+
def __init__(self, values, categories=None, ordered=False, fastpath=False,
252+
**kwargs):
252253

253254
self._validate_ordered(ordered)
254255

0 commit comments

Comments
 (0)