[][src]Module sorer::dataframe

This module defines helper methods to interact with a DataFrame A DataFrame is a columnar representation of a SOR file and is represented as a Vec<Column>

Structs

DataFrame

Represents a DataFrame which contains columnar data and a Schema.

Enums

Column

Represents a column in the DataFrame

Data

An enumeration of the possible SoR data types, that also contains the data itself.