Skip to content

Commit 8f3955f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)