We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719b0c9 commit 8f3955fCopy full SHA for 8f3955f
third_party/bigframes_vendored/pandas/core/config_init.py
@@ -62,9 +62,9 @@ class DisplayOptions:
62
"""
63
64
# Options borrowed from pandas.
65
- max_columns: int = 20
+ max_columns: int = 7
66
67
- Maximum number of columns to display. Default 20.
+ Maximum number of columns to display. Default 7.
68
69
If `max_columns` is exceeded, switch to truncate view.
70
0 commit comments