great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

setting `row_group_as_column=True` breaks display

Open machow opened this issue 6 months ago • 0 comments

It looks like Great Tables doesn't account for the grouping being a column:

(GT(exibble, rowname_col="row", groupname_col="group")
    .tab_options(row_group_as_column = True)
)
image

machow avatar Feb 14 '24 21:02 machow