DEPRECATED: use dataset-by-id
instead
DEPRECATED: use `dataset-by-id` instead
Return a dataset given an dataset-id.
Return a dataset given an dataset-id.
(properties datasets)
Return the properties that can be provided from the collection of datasets.
Return the properties that can be provided from the collection of datasets.
(properties* {:keys [id insert-data properties] :as dataset})
Return the properties that are available from this dataset.
Return the properties that are available from this dataset.
(properties-for-dataset-id dataset-id)
DEPRECATED: use properties*
instead.
DEPRECATED: use `properties*` instead.
(properties-for-dataset-ids dataset-ids)
DEPRECATED: use properties
instead.
DEPRECATED: use `properties` instead.
(stream-csv-with-headings dataset ch)
(stream-csv-with-headings {:keys [download-url headers]} ch close?)
Streams a CSV file from the download-url. First row of the CSV file should
have headings and will be skipped. If headers
are specified, then they will
be checked.
Streams a CSV file from the download-url. First row of the CSV file should have headings and will be skipped. If `headers` are specified, then they will be checked.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close