2.000

Dataframe processing for ClojureScript.

Topics

Namespaces

tech.v3.dataset

Dataframe (map of columns) data processing system for clojurescript. This API is a simplified version of the jvm-version's api.

tech.v3.dataset.node

Functions and helpers that require the node runtime.

Public variables and functions:

tech.v3.dataset.protocols

tech.v3.datatype

Support for programming with arrays and a fast set implementation for indexe (int32) values. For complex/higher order algorithms see tech.v3.datatype.argops. For mathematical primitives, see tech.v3.datatype.functional

tech.v3.datatype.argops

Index-space algorithms. Implements a subset of the jvm-version.

tech.v3.datatype.functional

Simple math primitives.

tech.v3.libs.cljs-ajax

Bindings to use the dataset handlers in cljs GET/POST calls.