bigframes._config.DisplayOptions.max_info_rows#

DisplayOptions.max_info_rows: int | None = 200000#

Limit null check in df.info() only to frames with smaller dimensions than max_info_rows. Default 200,000.

df.info() will usually show null-counts for each column. For large frames, this can be quite slow. max_info_rows and max_info_cols limit this null check only to frames with smaller dimensions than specified.