Skip to content

Commit fa8ae37

Browse files
Pradyumna ReddyPradyumna Reddy
Pradyumna Reddy
authored and
Pradyumna Reddy
committed
bug fix #16524
1 parent fbdae2d commit fa8ae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ 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, **kwargs):
252252

253253
self._validate_ordered(ordered)
254254

0 commit comments

Comments
 (0)