micro-table
v0.8.2
Published
A micro dataframe implemented in JavaScript. Not inspired by, but by accident similar to Arquero.
Downloads
39
Maintainers
Readme
micro-table
| 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!
Resources
- Examples: part I & part II
- API Reference
Installing
Using npm, run npm i micro-table
.
CDN
import {model} from 'https://cdn.jsdelivr.net/npm/micro-table/+esm'