You are viewing documentation about an older version (1.16.0). View latest version

snowflake.snowpark.RelationalGroupedDataFrame.max

RelationalGroupedDataFrame.max(*cols: Union[snowflake.snowpark.column.Column, str]) DataFrame[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/relational_grouped_dataframe.py#L486-L489)

Return the max for the specified numeric columns.

Language: English