(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
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |