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

Commit 8f3955f

Browse files
committed
feat(config): change default max_columns to 7
1 parent 719b0c9 commit 8f3955f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/bigframes_vendored/pandas/core/config_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ class DisplayOptions:
6262
"""
6363

6464
# Options borrowed from pandas.
65-
max_columns: int = 20
65+
max_columns: int = 7
6666
"""
67-
Maximum number of columns to display. Default 20.
67+
Maximum number of columns to display. Default 7.
6868
6969
If `max_columns` is exceeded, switch to truncate view.
7070
"""

0 commit comments

Comments
 (0)