Statements | Branches | Functions | Lines |
---|---|---|---|
micro-table is a small JavaScript library for performing data handling tasks on a dataframe (data table), defined as an array of JavaScript objects with consistent properties. It provides some common functions for manipulating and transforming data, using something of a functional programming approach.
It was not inspired by, but by accident has some similarities with Arquero.
Users should be advised that bad input may result in undefined or unexpected output!
- Examples: part I & part II
- API Reference
Using npm, run npm i micro-table
.
import {model} from 'https://cdn.jsdelivr.net/npm/micro-table/+esm'