snowflake.snowpark.RelationalGroupedDataFrame.function¶
- RelationalGroupedDataFrame.function(agg_name: str) Callable[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/relational_grouped_dataframe.py#L295-L300)¶
Computes the builtin aggregate
agg_nameover the specified columns. Use this function to invoke any aggregates not explicitly listed in this class. See examples inDataFrame.group_by().