Package streaming (1.30.0)

API documentation for streaming package.

Packages Functions

read_gbq_table

read_gbq_table(table: str) -> bigframes.streaming.dataframe.StreamingDataFrame

Turn a BigQuery table into a StreamingDataFrame.

import bigframes.streaming as bst import bigframes.pandas as bpd bpd.options.display.progress_bar = None

sdf = bst.read_gbq_table("bigquery-public-data.ml_datasets.penguins")

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月27日 UTC.