Fills NA values with linear interpolation or previous value. Head or tail of the column is not extrapolated, it is filled with the nearest value.
Version | 0.1 |
---|---|
Bundle | tools |
Categories | Preprocessing |
Authors | Sirkku Karinen (sirkku.karinen@significo.fi) |
Issue tracker | View/Report issues |
Source files | component.xml FillNA.r |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | CSV | Mandatory | A data set with missing values. |
Name | Type | Description |
---|---|---|
out | CSV | Filled dataset |
Name | Type | Default | Description |
---|---|---|---|
columns | string | "*" | Columns to be filled. |
fillType | string | "linear" | linear or previous. |
Test case | Parameters▼ | IN in |
OUT out |
|||
---|---|---|---|---|---|---|
case1 | properties | in | out | |||
columns=C0,C1 |
||||||
case2 | properties | in | out | |||
fillType=previous |