csv-txt-excel-parallel-toolkit 0.4.7

A parallel and fast command line toolkit for small and large (>10G) CSV, TXT, and EXCEL files, with a unified api.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod count;
pub mod excel2csv;
pub mod flatten;
pub mod frequency;
pub mod head;
pub mod headers;
pub mod sample;
pub mod search;
pub mod select;
pub mod slice;
pub mod sort;
pub mod split;
pub mod stats;
pub mod table;
pub mod to;