Structs

  • A dataframe struct similar to pythons pandas dataframe but with less functionality and only for integers The dataframe is stored as a vector of vectors The first vector contains the column names The rest of the vectors contain the data The data is stored as a vector of vectors

Functions