structured 0.16.0

Data structures to handle large, structured data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod csv;
pub mod record;
mod stats;
mod table;

pub use arrow;
pub use jiff::civil::DateTime;
pub use stats::{
    ColumnStatistics, Description, Element, ElementCount, FloatRange, GroupCount, GroupElement,
    GroupElementCount, NLargestCount,
};
pub use table::{Column, ColumnType, Table};