You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
The "first" aggregation function is currently not supported on groupby objects:
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?