Expand description
The structures module contains common data structures such as dataframe.
Modulesยง
- dataframe
- dataframe.rs contains the dataframe implementation and operations that target the dataframe as a whole (non-element-wise operations). The dataframe structure is similar to pythons pandas dataframe but with less functionality and only for integers. The dataframe is stored as a vector of vectors.