bigframes.streaming.StreamingDataFrame#

class bigframes.streaming.StreamingDataFrame(df: DataFrame, *, create_key=0)[source]#

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.

Note

The bigframes.streaming module is a preview feature, and subject to change.

Currently only supports basic projection, filtering and preview operations.

Attributes

sql

Methods

__init__(df, *[, create_key])

rename(*args, **kwargs)

Rename columns.

to_bigtable(*, instance, table[, ...])

Export the StreamingDataFrame as a continue job and returns a QueryJob object for some management functionality.

to_pubsub(*, topic, service_account_email[, ...])

Export the StreamingDataFrame as a continue job and returns a QueryJob object for some management functionality.