Closed as not planned
Description
Repro
table = dataset.table("table_name")
for group in table.group_by("column_name"):
# raises error
*** TypeError: Expected a sequence of column names `Sequence[str]` or a single column `str`. Received invalid argument of type: `int`
The GroupedTable
class in Ibis uses .__getitem__
to iterate over groups and this is probably shadowed by our proxy.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done