1.003
Dataframe processing for ClojureScript.
Namespaces
tech.v3.dataset
Dataframe (map of columns) data processing system for clojurescript. +
Generated by Codox with RDash UI theme
tmdjs 1.004
tmdjs 1.004
Dataframe processing for ClojureScript.
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.
Public variables and functions:
- ->>dataset
- ->dataset
- column
- column->data
- column-count
- column-map
- column-names
- columns
- concat
- data->column
- data->dataset
- dataset->data
- dataset->transit-str
- dataset?
- filter
- filter-column
- filter-dataset
- group-by
- group-by-column
- head
- intersect-missing-sets
- merge-by-column
- missing
- remove-columns
- remove-missing
- remove-rows
- rename-columns
- replace-missing
- reverse-rows
- row-at
- row-count
- row-map
- rows
- rowvec-at
- rowvecs
- select
- select-columns
- select-missing
- select-rows
- soft-select-columns
- sort-by
- sort-by-column
- tail
- transit-file->dataset
- transit-read-handler-map
- transit-str->dataset
- transit-write-handler-map
- union-missing-sets
- unique-by
- unique-by-column
- update
tech.v3.datatype
Support for programming with arrays and a fast set implementation for indexe (int32) values. diff --git a/docs/tech.v3.dataset.html b/docs/tech.v3.dataset.html index 75ed99f..0431db9 100644 --- a/docs/tech.v3.dataset.html +++ b/docs/tech.v3.dataset.html @@ -1,6 +1,10 @@ -
tech.v3.dataset
Dataframe (map of columns) data processing system for clojurescript. +
Generated by Codox with RDash UI theme
tmdjs 1.004
tech.v3.dataset
Dataframe (map of columns) data processing system for clojurescript. This API is a simplified version of the jvm-version's api.
Datasets are maps of columns so assoc will add a new column and dissoc diff --git a/docs/tech.v3.datatype.argops.html b/docs/tech.v3.datatype.argops.html index 2dc7a33..883f352 100644 --- a/docs/tech.v3.datatype.argops.html +++ b/docs/tech.v3.datatype.argops.html @@ -1,6 +1,10 @@ -
tech.v3.datatype.argops
Index-space algorithms. Implements a subset of the jvm-version.
+Generated by Codox with RDash UI theme
tmdjs 1.004
tech.v3.datatype.argops
Index-space algorithms. Implements a subset of the jvm-version.
argfilter
(argfilter pred data)
(argfilter data)
Return an array of indexes that pass the filter.
arglast-every
(arglast-every rdr pred)
Return the last index where (pred (rdr idx) (rdr (dec idx))) was true by diff --git a/docs/tech.v3.datatype.functional.html b/docs/tech.v3.datatype.functional.html index 05a3a7f..d0fe435 100644 --- a/docs/tech.v3.datatype.functional.html +++ b/docs/tech.v3.datatype.functional.html @@ -1,6 +1,10 @@ -
tech.v3.datatype.functional
Simple math primitives.
+Generated by Codox with RDash UI theme
tmdjs 1.004
tech.v3.datatype.functional
Simple math primitives.
descriptive-statistics
(descriptive-statistics stats v)
Given a sequence of desired stats return a map of statname->value.
Example:
cljs.user> (dfn/descriptive-statistics [:min :max :mean :n-values] (range 10))
diff --git a/docs/tech.v3.datatype.html b/docs/tech.v3.datatype.html
index cc4b620..692c742 100644
--- a/docs/tech.v3.datatype.html
+++ b/docs/tech.v3.datatype.html
@@ -1,6 +1,10 @@
-tech.v3.datatype documentation tech.v3.datatype
Support for programming with arrays and a fast set implementation for indexe (int32) values.
+
tech.v3.datatype documentation Generated by Codox with RDash UI theme
tmdjs 1.004
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
->js-set
(->js-set)
(->js-set data)
Create a javascript set. These have superior performance when dealing with numeric
diff --git a/docs/tech.v3.libs.cljs-ajax.html b/docs/tech.v3.libs.cljs-ajax.html
index b6f4dd3..5017791 100644
--- a/docs/tech.v3.libs.cljs-ajax.html
+++ b/docs/tech.v3.libs.cljs-ajax.html
@@ -1,6 +1,10 @@
-
tech.v3.libs.cljs-ajax documentation tech.v3.libs.cljs-ajax
Bindings to use the dataset handlers in cljs GET/POST calls.
+tech.v3.libs.cljs-ajax documentation Generated by Codox with RDash UI theme
tmdjs 1.004
tech.v3.libs.cljs-ajax
Bindings to use the dataset handlers in cljs GET/POST calls.
add-java-time-handlers!
(add-java-time-handlers!)
Add handlers for java.time.LocalDate and java.time.Instant
opt-map
(opt-map)
Options map that must be included in the cljs-ajax request in order