Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit e28752d

Browse files
committed
fix: resolve MM dataframe visualization size mismatch
1 parent 3b79421 commit e28752d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bigframes/core/blocks.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,11 +3418,6 @@ def unpivot(
34183418
array_value, type="cross"
34193419
)
34203420

3421-
if not labels_array.column_ids:
3422-
import traceback
3423-
3424-
traceback.print_stack()
3425-
34263421
new_passthrough_cols = [column_mapping[col] for col in passthrough_columns]
34273422
# Last column is offsets
34283423
index_col_ids = [labels_mapping[col] for col in labels_array.column_ids[:-1]]

0 commit comments

Comments
 (0)