Skip to content

Support "first" aggregation function #1960

@dominikgrewe

Description

@dominikgrewe

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

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions