Fill null values

The fill null values step allows to fill null values in specified columns with a value of your choice.

Step parameters

  • Replace null values in.. column(array)*: the columns where the null values will be filled with another value

  • With value*: the value that will replace null values

Example

Input

Column header - fill null values input

Configuration

{
    "columns": ["Value", "KPI"],
    "value": "NaN"
}

Output

Column header - fill null values output

Last updated

Was this helpful?