(csv-local path & {:keys [sep stat wrap] :or {sep #"," stat false wrap nil}})
read in a local csv dataset
read in a local csv dataset
(get-online-size url)
get the size of the response file
get the size of the response file
(infer-format path)
infer the file format from a path
infer the file format from a path
(read-file path
&
{:keys [sep format stat wrap output]
:or {sep nil format nil stat false wrap nil output false}})
Lazily read a dataset file into a vector of vectors
Lazily read a dataset file into a vector of vectors
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close