PI - 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).

PI

Returns the value of pi (3.141592653589793) in a new column.

Parameters
  • targetColumn – The name of the new column to be created.

Example

{ "RecipeAction": { "Operation": "PI", "Parameters": { "targetColumn": "PI Column 1" } } }