Package streaming (2.30.0)

API documentation for streaming package.

Classes

StreamingDataFrame

Two-dimensional, size-mutable, potentially heterogeneous tabular data.

Data structure also contains labeled axes (rows and columns). Arithmetic operations align on both row and column labels. Can be thought of as a dict-like container for Series objects. The primary pandas data structure.

Packages Functions

read_gbq_table

read_gbq_table(table)

Turn a BigQuery table into a StreamingDataFrame.

import bigframes.streaming as bst

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