Skip to content

stuwilmur/micro-table

Repository files navigation

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

About

A tiny data frame implemented in JavaScript. Not inspired by, but by accident similar to Arquero.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published