bigframes._config.Options#

class bigframes._config.Options[source]#

Global options affecting BigQuery DataFrames behavior.

Do not construct directly. Instead, refer to bigframes.pandas.options.

Attributes

bigquery

Options to use with the BigQuery engine.

compute

Thread-local options controlling object computation.

display

Options controlling object representation.

experiments

Options controlling experiments

is_bigquery_thread_local

Indicator that we're using a thread-local session.

sampling

Options controlling downsampling when downloading data to memory.

Methods

__init__()

reset()

Reset the option settings to defaults.