bigframes._config — bigframes documentation

Configuration for BigQuery DataFrames. Do not depend on other parts of BigQuery DataFrames from this package.

BigQueryOptions([credentials, project, ...])

Encapsulates configuration for working with a session.

ComputeOptions([...])

Encapsulates the configuration for compute options.

DisplayOptions([max_columns, max_rows, ...])

Encapsulates the configuration for displaying objects.

ExperimentOptions()

Encapsulates the configuration for experiments

Options()

Global options affecting BigQuery DataFrames behavior.

SamplingOptions([max_download_size, ...])

Encapsulates the configuration for data sampling.

option_context(*args)

Context manager to temporarily set thread-local options in the with statement context.