Common transducers that may be useful in data pipelines.
Common transducers that may be useful in data pipelines.
(csv-map)
(csv-map coll)
Converts rows from a CSV file with an initial header row into a lazy seq of maps with the header row keys (as keywords). The 0-arg version returns a transducer.
Converts rows from a CSV file with an initial header row into a lazy seq of maps with the header row keys (as keywords). The 0-arg version returns a transducer.
(log-count msg n)
Logs a count of records it's seen with msg every n records.
Logs a count of records it's seen with msg every n records.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close