# Functions
IteratorFromSeries returns iterator that produce dataframe for every series.
Print formats the dataframe into format usable for debugging and testing purposes (e.g.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AggrOption defines options for a single aggregation.
AggrsOptions ia a collections of aggregations-related options.
No description provided by the author
Record is a single instance of values for specific sample.
# Interfaces
Dataframe exposes ingested data to be used to turn into tabular format.
RowsIterator exposes the rows of the dataframe.
# Type aliases
No description provided by the author
Row stores a single line of a table - the order of columns is defined by the Schema.
Schema defines columns to be exposed by the dataframe.
No description provided by the author