NestedSeries

NestedSeries#

Constructor#

NestedSeries(*args, **kwargs)

A Series that can contain nested data structures, such as lists or data-frames.

Functions#

NestedSeries.len()

Returns the lengths of the list-packed nested series.

NestedSeries.to_lists([columns])

Convert nested series into dataframe of list-array columns.

NestedSeries.explode([columns])

Unpack nested series into dataframe of flat arrays.