Liking cljdoc? Tell your friends :D

whittemore.io

Alpha - subject to change.

Alpha - subject to change.
raw docstring

cast-fnsclj

source

(head dataset)
(head dataset n)

Alpha - subject to change. Returns the first part of a dataset (default 10).

Alpha - subject to change.
Returns the first part of a dataset (default 10).
sourceraw docstring

read-csvclj

(read-csv filepath & {:as options})

Alpha - subject to change. Reads CSV data into a core.matrix dataset.

Specify :types as a map from columns to types, e.g. :types {:foo Long, :bar Double}, default type is String.

Other options are passed to semantic-csv/process Note that :cast-fns will override :types.

See also incanter.io/read-dataset

Alpha - subject to change.
Reads CSV data into a core.matrix dataset.

Specify :types as a map from columns to types,
e.g. :types {:foo Long, :bar Double}, default type is String.

Other options are passed to semantic-csv/process
Note that :cast-fns will override :types.

See also incanter.io/read-dataset
sourceraw docstring

tailclj

(tail dataset)
(tail dataset n)

Alpha - subject to change. Returns the last part of a dataset (default 10).

Alpha - subject to change.
Returns the last part of a dataset (default 10).
sourceraw docstring

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

× close