Cleaning Module

Functions and values

Function or value Description

calcFractionBy isMissing dataRow

Full Usage: calcFractionBy isMissing dataRow

Parameters:
    isMissing : 'a -> bool
    dataRow : seq<'a>

Returns: float
isMissing : 'a -> bool
dataRow : seq<'a>
Returns: float

removeAllBy f threshold data

Full Usage: removeAllBy f threshold data

Parameters:
    f : 'b -> 'c
    threshold : 'c
    data : seq<'b>

Returns: seq<'b>
f : 'b -> 'c
threshold : 'c
data : seq<'b>
Returns: seq<'b>