rowboat 0.1.0

A package for working with row/column/cell structured data AKA dataframe.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod cell;
mod column;
pub mod dataframe;
mod dataslice;
pub mod expression;
mod format;
pub mod group;
mod iterrows;
mod join;
pub mod row;
pub mod sort;
mod util;