/
Max function
Max function
Returns the maximum value for each row in two columns.
Namespaces
arithmetic
Input
Numeric values
Output
Numeric values
Syntax
set-column :output_column arithmetic:max(column1,column2)
Example
Returns the maximum price for each row in jan
and feb
columns and outputs results to a new column max_price
:
set-column :max_price arithmetic:max(jan, feb)
, multiple selections available,
Related content
Min function
Min function
More like this
Absolute value function
Absolute value function
More like this
Multiply function
Multiply function
More like this
Add function
Add function
More like this
Power of function
Power of function
More like this
Floor function
Floor function
More like this
Created in 2020 by Google Inc.