DataFrameColumn: Unable to Filter by Null via ElementWiseXYZ Methods (System.NotSupportedException) #6110
Labels
Microsoft.Data.Analysis
All DataFrame related issues and PRs
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
Milestone
System Information (please complete the following information):
Describe the bug
When passing
null
intoElementWiseXYZ
methods, aSystem.NotSupportedException
is thrown: 'Specified method is not supported.'To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the resulting
DataFrame
stored infilteredNullDf
to not include the valuenull
- much likefilered2Df
does not include the value2
.The only way of making it work is something like this:
The text was updated successfully, but these errors were encountered: