Liking cljdoc? Tell your friends :D

tech.ml.dataset.parse.name-values-seq


name-values-seq->datasetclj

(name-values-seq->dataset name-values-seq & {:as options})

Given a sequence of [name data-seq], produce a columns. If data-seq is of unknown (:object) datatype, the first item is checked. If it is a number, then doubles are used. If it is a string, then strings are used for the column datatype. All sequences must be the same length. Returns a new dataset

Given a sequence of [name data-seq], produce a columns.  If data-seq is
of unknown (:object) datatype, the first item is checked. If it is a number,
then doubles are used.  If it is a string, then strings are used for the
column datatype.
All sequences must be the same length.
Returns a new dataset
sourceraw docstring

parse-nvsclj

(parse-nvs name-values-seq options)
source

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

× close