You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One more exception occurs when attempting to view the categories for a categorical date variable with ds[var].categories. In this case the error is KeyError: 'numeric_value'. I'm not sure what the fix for this is.
Related to #387.
Two changes needed to support categorical dates (as far as I can tell):
Variable._MUTABLE_ATTRIBUTES
date
to set of mutable attributesVariable.add_category
:date=None
kwargdate is not None
, adddate
tonew_category
(which I've also separated out in the below example)The text was updated successfully, but these errors were encountered: