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
Currently Dataset.append does no validation on categorical members, it appends whatever is sent. This might break things if append is called on a categorical series where the labels have been renumbered or new labels have been added. Validation should happen by default to correct appends if necessary, or raise an exception.
The text was updated successfully, but these errors were encountered:
Currently
Dataset.append
does no validation on categorical members, it appends whatever is sent. This might break things if append is called on a categorical series where the labels have been renumbered or new labels have been added. Validation should happen by default to correct appends if necessary, or raise an exception.The text was updated successfully, but these errors were encountered: