HasMin¶
Check for min value in selected column.
Type¶
transform
Class¶
fire.nodes.quality.NodeCheckHasMin
Fields¶
Name |
Title |
Description |
|---|---|---|
inputCols |
Column Name |
The column name. |
values |
Values |
A set of objects separated by spaces used for comparison.. |
weightage |
Weightage |
Weightage |
Details¶
Has Min Node¶
Overview:¶
The Has Min node checks if a specific column in a DataFrame has a minimum value. This is useful for identifying outliers or unexpected values within a dataset.
Output:¶
The node will flag records where the specified column value is less than the defined minimum value.