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 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 |