Skip to content

Commit

Permalink
bug fix #16524
Browse files Browse the repository at this point in the history
  • Loading branch information
preddy5 committed May 31, 2017
1 parent fbdae2d commit d87c8e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/core/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ class Categorical(PandasObject):
__array_priority__ = 1000
_typ = 'categorical'

def __init__(self, values, categories=None, ordered=False, fastpath=False):
def __init__(self, values, categories=None, ordered=False, fastpath=False,
**kwargs):

self._validate_ordered(ordered)

Expand Down

0 comments on commit d87c8e6

Please sign in to comment.