You are viewing documentation about an older version (1.7.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/release-v1.7.0/src/snowflake/snowpark/relational_grouped_dataframe.py#L383-L386)

Return the max for the specified numeric columns.

Language: English