LOG - AWS Glue DataBrew

LOG

在新列中返回值的对数。

参数
  • sourceColumn:现有列的名称。

  • targetColumn:要创建的新列的名称。

  • base:对数的底。默认值为 10。

例 示例

{ "RecipeAction": { "Operation": "LOG", "Parameters": { "base": "10", "sourceColumn": "age", "targetColumn": "age_LOG" } } }