bigframes._config.ExperimentOptions# class bigframes._config.ExperimentOptions[source]# Encapsulates the configuration for experiments property blob_display: bool# Whether to display the blob content in notebook DataFrame preview. Default True. property blob_display_height: int | None# Height in pixels that the blob constrained to. property blob_display_width: int | None# Width in pixels that the blob constrained to. property sql_compiler: Literal['legacy', 'stable', 'experimental']# Set to ‘experimental’ to try out the latest in compilation experiments.. Examples: >>> import bigframes.pandas as bpd >>> bpd.options.experiments.sql_compiler = 'experimental'