DataFlow.DropNulls(ColumnsSelector, ColumnRelationship) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Drops rows where all or any of the selected columns are null.
public Microsoft.DataPrep.Common.DataFlow DropNulls(Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector columns, Microsoft.DPrep.Engine.ColumnRelationship columnRelationship = Microsoft.DPrep.Engine.ColumnRelationship.All);
member this.DropNulls : Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector * Microsoft.DPrep.Engine.ColumnRelationship -> Microsoft.DataPrep.Common.DataFlow
Parameters
- columns
- Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector
The source columns.
- columnRelationship
- Microsoft.DPrep.Engine.ColumnRelationship
Whether all or any of the selected columns must be null.