-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.Issues related to the googleapis/python-bigquery-dataframes API.
Description
The "first" aggregation function is currently not supported on groupby objects:
ValueError: Unrecognize aggregate function: first
I can see in the code that the function exists here: https://github.com/googleapis/python-bigquery-dataframes/blob/main/bigframes/operations/aggregations.py#L602
But it's not included in the look-up table here: https://github.com/googleapis/python-bigquery-dataframes/blob/main/bigframes/operations/aggregations.py#L606
Is there a reason not to include it?
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.Issues related to the googleapis/python-bigquery-dataframes API.