damast.data_handling.accessors

damast.data_handling.accessors#

Module for creating generators for accessing sequences of data from a DataFrame

Classes

GroupSequenceAccessor(df, group_column[, ...])

A generator that allows access to a length-limited sequence of a particular group.

SequenceIterator(df[, sort_columns])

A generator that allows iterate over the windows of a length-limited sequence.