UNPKG

datamodel

Version:

Relational algebra compliant in-memory tabular data store

4 lines (2 loc) 132 B
import { fnList } from '../operator/group-by-function'; export const { sum, avg, min, max, first, last, count, std: sd } = fnList;