替换_WIT_AVERAGE - Amazon Glue DataBrew
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

替换_WIT_AVERAGE

将列中的每个无效值替换为所有其他值的平均值。

Parameters
  • sourceColumn— 现有列的名称。

  • columnDataType— 列的数据类型。这种类型必须是number.

例 Example

{ "RecipeAction": { "Operation": "REPLACE_WITH_AVERAGE", "Parameters": { "columnDataType": "number", "sourceColumn": "age" } } }