bigframes.pandas.api.typing.StructAccessor# class bigframes.pandas.api.typing.StructAccessor(data: Series)[source]# Accessor object for structured data properties of the Series values. Attributes dtypes Return the dtype object of each child field of the struct. Methods __init__(data) explode() Extract all child fields of a struct as a DataFrame. field(name_or_index) Extract a child field of a struct as a Series.