Filtering by a None
value in a string column doesn't work.
#1912
Labels
bug
Any bugs / errors in datatable; however for severe bugs use [segfault] label
Milestone
When there's a missing value in the column, if I get all the unique values from it using
dt.unique
I can then filter rows usingframe[f.column == uniques[idx]]
for every unique value but the missingNone
one, which fails with an error. Now whether this is working as intended or not I'm not sure but at least I think we can improve the error message.Repro:
I tried the above with some numeric types (also floats) and all seems to work fine then.
The text was updated successfully, but these errors were encountered: