Liking cljdoc? Tell your friends :D

tech.libs.tablesaw.tablesaw-column

Bindings so that you can do math on tablesaw columns.

Bindings so that you can do math on tablesaw columns.
raw docstring

available-statsclj

source

boolean-col-castclj

(boolean-col-cast item)
source

boolean-col-dataclj

(boolean-col-data col)
source

boolean-data-fieldclj

source

datatype->column-cast-fncljmacro

(datatype->column-cast-fn datatype item)
source

datatype->column-data-cast-fncljmacro

(datatype->column-data-cast-fn datatype item)
source

double-col-castclj

(double-col-cast item)
source

double-col-dataclj

(double-col-data col)
source

double-data-fieldclj

source

extend-tablesaw-typecljmacro

(extend-tablesaw-type typename datatype)
source

float-col-castclj

(float-col-cast item)
source

float-col-dataclj

(float-col-data col)
source

float-data-fieldclj

source

int-col-castclj

(int-col-cast item)
source

int-col-dataclj

(int-col-data col)
source

int-data-fieldclj

source

long-col-castclj

(long-col-cast item)
source

long-col-dataclj

(long-col-data col)
source

long-data-fieldclj

source

make-columnclj

(make-column datatype elem-count-or-seq)
(make-column datatype
             elem-count-or-seq
             {:keys [name] :or {name "_unnamed"} :as options})

Make a new tablesaw column. Note that this does not make columns with missing values. For that, use make-empty-column.

Make a new tablesaw column.  Note that this does not make
columns with missing values.  For that, use make-empty-column.
sourceraw docstring

make-empty-columnclj

(make-empty-column datatype)
(make-empty-column datatype elem-count)
(make-empty-column datatype elem-count {:keys [name] :or {name "_unnamed"}})
source

short-col-castclj

(short-col-cast item)
source

short-col-dataclj

(short-col-data col)
source

short-data-fieldclj

source

string-col-castclj

(string-col-cast item)
source

string-col-dataclj

(string-col-data col)
source

string-data-fieldclj

source

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

× close