Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.65 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.65 KB

micro-table

npm

Statements Branches Functions Lines
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

Installing

Using npm, run npm i micro-table.

CDN

import {model} from 'https://cdn.jsdelivr.net/npm/micro-table/+esm'

JSFiddle