REPLACE_WITH_SUM - Amazon Glue DataBrew
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

REPLACE_WITH_SUM

Replaces each invalid value in a column with the sum of all other values.

Parameters
  • sourceColumn – The name of an existing column.

  • columnDataType – The data type of the column. This type must be number.

Example

{ "RecipeAction": { "Operation": "REPLACE_WITH_SUM", "Parameters": { "columnDataType": "number", "sourceColumn": "games_won" } } }