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
This is similar to #324, but the underlying problem seems to be a pandas issue.
Let's start with a filewise and a segmented table, both using a 'spk' scheme with the labels 'a' and 'b', and both containing two entries labeled as 'a'.
This is similar to #324, but the underlying problem seems to be a
pandas
issue.Let's start with a filewise and a segmented table, both using a
'spk'
scheme with the labels'a'
and'b'
, and both containing two entries labeled as'a'
.The following behaves as expected:
But we can still force to set a forbidden label and remove
CategoricalDtype
by addressing several values at once:I'm not sure yet if this is considered a feature or a bug in
pandas
.There is no upstream issue that matches directly, but related issues: pandas-dev/pandas#46820, pandas-dev/pandas#40080
The text was updated successfully, but these errors were encountered: