bigframes.pandas.api.typing#

BigQuery DataFrames public pandas types that aren’t exposed in bigframes.pandas.

Note: These objects aren’t intended to be constructed directly.

Classes

DataFrameGroupBy(block, by_col_ids, *[, ...])

Class for grouping and aggregating relational data.

DatetimeMethods(data)

Accessor object for datetime-like properties of the Series values.

SeriesGroupBy(block, value_column, by_col_ids)

Class for grouping and aggregating relational data.

StringMethods(data)

Vectorized string functions for Series and Index.

StructAccessor(data)

Accessor object for structured data properties of the Series values.

StructFrameAccessor(data)

Accessor object for structured data properties of the Series values.

Window(block, window_spec, value_column_ids)

Provide window calculations.