micro-table

0.8.2 • Public • Published

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

Package Sidebar

Install

npm i micro-table

Weekly Downloads

1

Version

0.8.2

License

MIT

Unpacked Size

26.6 kB

Total Files

4

Last publish

Collaborators

  • stuwilmur