- Convert between samples and table
- Cross-table analysis for samples/table, incl. combined cross-table query.
- Sort, filter and select fields on samples/table/crostab
- Join two tables by union/intersect/left/right.
- Lightweight and fast.
- ES-module support.
$ npm install @analys/<tool-name>| table | Table (contains head and rows) | core | |
| crostab | Crostab (contains side, head and rows) | core | |
| samples | Samples (array of identical-keyed object) | core | |
| convert | Convert between samples and table | convert | |
| tablespec | Defines how to query for crostab | query interface | |
| table-join | Join tables by union/intersect/left/right | table | |
| cubic | Crostab engine for combined query | util | |
| pivot | Crostab engine for single query | util | |
| enum-pivot-mode | Pivot modes: INCRE/COUNT/ACCUM | enum | |
| enum-tabular-types | Tabular types: SAMPLES/TABLE/CROSTAB | enum | |