NestedDtype

NestedDtype#

Constructor#

NestedDtype(pyarrow_dtype)

Data type to handle packed time series data

Functions#

NestedDtype.construct_array_type()

Corresponded array type, always NestedExtensionArray

NestedDtype.construct_from_string(string)

Construct NestedDtype from a string representation.

NestedDtype.from_columns(columns)

Make NestedDtype from a mapping of column names and list item types.

NestedDtype.from_pandas_arrow_dtype(...)

Construct NestedDtype from a pandas.ArrowDtype.

NestedDtype.to_pandas_arrow_dtype([list_struct])

Convert NestedDtype to a pandas.ArrowDtype.