bigframes._config.DisplayOptions.max_colwidth#

DisplayOptions.max_colwidth: int | None = 50#

The maximum width in characters of a column in the repr. Default 50.

When the column overflows, a “…” placeholder is embedded in the output. A ‘None’ value means unlimited.