allow InListValidation to ignore missings#19
allow InListValidation to ignore missings#19RoyalTS wants to merge 2 commits intomultimeric:masterfrom
Conversation
|
Waiting to see if this is solved by |
|
Hi, is there a chance these modifications are going to be merged? I am also interested in skipping NaNs in my application. |
|
As I said to the original author of this PR, please try |
|
You are right. I actually tried Here the correct one: Now it works as per the referred needs. |
|
Hi, I'm also having some issues with missing values when implementing InListValidation. Test example below: I get the following error Since the "TestAllowEmpty" column has missing value, test_data["TestAllowEmpty"].dtypes = dtype('O'), hence neither a categorical dtype nor a numeric dtype. So the validation source code |
resolves #13