Packer

Contents

Packer#

Functions#

series.packer.pack(obj[, name, index, on, dtype])

Pack a "flat" dataframe or a sequence of dataframes into a "nested" series.

series.packer.pack_flat(df[, name, on])

Make a structure of lists representation of a "flat" dataframe.

series.packer.pack_seq(sequence[, name, ...])

Pack a sequence of "flat" dataframes into a "nested" series.

series.packer.pack_lists(df[, name, validate])

Make a series of arrow structures from a dataframe with nested arrays.