- Cross-table analysis from table or samples.
- Sort / filter / select fields on samples/table/crostab.
- Intersect or union tables.
$ npm install @analys/<tool-name>
table | Table (of head and rows) | core | |
crostab | Crostab (of side, head and rows) | core | |
samples | Samples (list of object) | core | |
data-gram | Data-gram (of side, head and rows) | 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 | |