REPLACE_WITH_AVERAGE
Replaces each invalid value in a column with the average of all other values.
Parameters
-
sourceColumn
– The name of an existing column. -
columnDataType
– The data type of the column. This type must benumber
.
Example
{
"RecipeAction": {
"Operation": "REPLACE_WITH_AVERAGE",
"Parameters": {
"columnDataType": "number",
"sourceColumn": "age"
}
}
}