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.
I expected this to raise
>> pd.Categorical("A") ['A'] Categories (1, object): ['A']
This gets listified inside the call to maybe_infer_to_datetimelike in Categorical.__init__
maybe_infer_to_datetimelike
Categorical.__init__