rowboat 0.1.0

A package for working with row/column/cell structured data AKA dataframe.
Documentation
1
2
3
4
5
6
// enum Join {
//     Left,
//     Right,
//     Inner,
//     Union,
// }