Liking cljdoc? Tell your friends :D

tech.ml.dataset.parse.mapseq

Sequences of maps are maybe the most basic pure datastructure for data. Converting them into a more structured form (and back) is a key component of dealing with datatets

Sequences of maps are maybe the most basic pure datastructure for data.
Converting them into a more structured form (and back) is a key component of
dealing with datatets
raw docstring

map->rowclj

(map->row row-number map-data colname->idx)
source

mapseq->datasetclj

(mapseq->dataset mapseq)
(mapseq->dataset
  mapseq
  {:keys [parser-scan-len parser-fn] :or {parser-scan-len 100} :as options})
source

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

× close