We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0514b commit a7a0399Copy full SHA for a7a0399
bigframes/core/blocks.py
@@ -1199,6 +1199,7 @@ def aggregate(
1199
1200
grouping_col_labels: typing.List[Label] = []
1201
if len(by_column_ids) == 0:
1202
+ # in the absence of grouping columns, there will be a single row output, assign 0 as its row label.
1203
result_expr, label_id = result_expr.create_constant(0, pd.Int64Dtype())
1204
index_columns = (label_id,)
1205
grouping_col_labels = [None]
0 commit comments