Liking cljdoc? Tell your friends :D

tablecloth.api.dataset


columnsclj

(columns ds)
(columns ds result-type)
source

datasetclj

(dataset)
(dataset data)
(dataset data
         {:keys [single-value-column-name]
          :or {single-value-column-name :$value}
          :as options})

Create dataset.

Dataset can be created from:

  • single value
  • map of values and/or sequences
  • sequence of maps
  • sequence of columns
  • file or url
Create `dataset`.

Dataset can be created from:

* single value
* map of values and/or sequences
* sequence of maps
* sequence of columns
* file or url
sourceraw docstring

dataset?clj

(dataset? ds)

Is ds a dataset type?

Is `ds` a `dataset` type?
sourceraw docstring

infoclj

(info ds)
(info ds result-type)
source

(print-dataset ds)
(print-dataset ds options)
source

rowsclj

(rows ds)
(rows ds result-type)
source

shapeclj

(shape ds)

Returns shape of the dataset [rows, cols]

Returns shape of the dataset [rows, cols]
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close