groupby(as_index=False).agg()
cause error on Google Colab environment
#271
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-dataframes API.
sentence
When I executed the groupby function with as_index and agg() in google colab, I got an error.
I’ve already checked that I can execute only with as_index parameter except agg() and only with agg() except as_index parameter.
I wonder if this is the specification of bigframes or merely a bug.
Environment details
bigframes
version: 0.14.1Steps to reproduce
Code example
Stack trace
The text was updated successfully, but these errors were encountered: