bigframes._config.SamplingOptions.enable_downsampling#

SamplingOptions.enable_downsampling: bool = False#

Whether to enable downsampling. Default False.

If max_download_size is exceeded when downloading data (e.g., to_pandas()), the data will be downsampled if enable_downsampling is True, otherwise, an error will be raised.