Liking cljdoc? Tell your friends :D

louna.datasets.sql


add-headerclj

(add-header dataset & col-names)
source

caclj

(ca cols)
source

col->stringclj

(col->string c)
source

cubeclj

(cube data-frame & cols)
source

drop-colclj

(drop-col dataset & cols)
source

get-headerclj

(get-header df)
source

get-rowclj

(get-row row index)
source

groupByclj

(groupBy data-frame cols)

DataFrame group by

DataFrame group by
sourceraw docstring

join-onclj

(join-on df1 df2 col1)
(join-on df1 df2 col1 col2)
(join-on df1 df2 col1 col2 join-type)

data frame inner join use one or two column name

data frame inner join use one or two column name
sourceraw docstring

order-byclj

(order-by data-frame & cols)

DataFrame orderBy

DataFrame orderBy
sourceraw docstring

(print-row row)
source

(print-rows rows)
source

rowclj

(row & values)
source

row->seqclj

(row->seq row)
source

saclj

(sa strs)
source

selectclj

(select dataset & cols)
source

seq->dfclj

(seq->df seq schema)
source

seq->rowclj

(seq->row seq)
source

string->colclj

(string->col s)
source

whereclj

(where dataset col)
source

with-columnclj

(with-column dataset new-col-name value)
source

with-column-renamedclj

(with-column-renamed data-frame exist-name new-name)

DataFrame with column renamed.

DataFrame with column renamed.
sourceraw docstring

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

× close