Liking cljdoc? Tell your friends :D

zero-one.geni.dataset


->java-listclj

(->java-list coll)

->rowclj

(->row coll)

aggclj

(agg dataframe & args)

agg-allclj

(agg-all dataframe agg-fn)

approx-quantileclj

(approx-quantile dataframe col-or-cols probs rel-error)

cacheclj

(cache dataframe)

col-regexclj

(col-regex dataframe col-name)

collectclj

(collect dataframe)

collect-colclj

(collect-col dataframe col-name)

collect-valsclj

(collect-vals dataframe)

column-namesclj

(column-names dataframe)

columnsclj

(columns dataframe)

conj-recordclj

(conj-record map-of-values record)

cross-joinclj

(cross-join left right)

cubeclj

(cube dataframe & exprs)

describeclj

(describe dataframe & col-names)

distinctclj

(distinct dataframe)

dropclj

(drop dataframe & col-names)

drop-duplicatesclj

(drop-duplicates dataframe & col-names)

drop-naclj

(drop-na dataframe)
(drop-na dataframe min-non-nulls-or-cols)
(drop-na dataframe min-non-nulls cols)

dtypesclj

(dtypes dataframe)

empty?clj


exceptclj

(except dataframe other)

except-allclj

(except-all dataframe other)

explainclj

(explain dataframe)
(explain dataframe extended)

fill-naclj

(fill-na dataframe value)
(fill-na dataframe value cols)

filterclj

(filter dataframe expr)

first-non-nilclj

(first-non-nil values)

first-valsclj

(first-vals dataframe)

group-byclj

(group-by dataframe & exprs)

infer-schemaclj

(infer-schema col-names values)

infer-spark-typeclj

(infer-spark-type value)

infer-struct-fieldclj

(infer-struct-field col-name value)

intersectclj

(intersect dataframe other)

intersect-allclj

(intersect-all dataframe other)

is-emptyclj

(is-empty dataframe)

is-localclj

(is-local dataframe)

java-type->spark-typeclj


joinclj

(join left right join-cols)
(join left right join-cols join-type)

join-withclj

(join-with left right condition)
(join-with left right condition join-type)

limitclj

(limit dataframe n-rows)

local?clj


map->datasetclj

(map->dataset spark map-of-values)

order-byclj

(order-by dataframe & exprs)

partitionsclj

(partitions dataframe)

persistclj

(persist dataframe)

pivotclj

(pivot grouped expr)
(pivot grouped expr values)

(print-schema dataframe)

random-splitclj

(random-split dataframe weights)
(random-split dataframe weights seed)

records->datasetclj

(records->dataset spark records)

removeclj

(remove dataframe expr)

rename-columnsclj

(rename-columns dataframe rename-map)

repartitionclj

(repartition dataframe & args)

repartition-by-rangeclj

(repartition-by-range dataframe & args)

replaceclj

(replace dataframe cols replacement)

rollupclj

(rollup dataframe & exprs)

sampleclj

(sample dataframe fraction)
(sample dataframe fraction with-replacement)

selectclj

(select dataframe & exprs)

select-exprclj

(select-expr dataframe & exprs)

showclj

(show dataframe)
(show dataframe options)

show-verticalclj

(show-vertical dataframe)
(show-vertical dataframe options)

sortclj


sort-within-partitionsclj

(sort-within-partitions dataframe & exprs)

spark-sessionclj

(spark-session dataframe)

sql-contextclj

(sql-context dataframe)

summaryclj

(summary dataframe & stat-names)

table->datasetclj

(table->dataset spark table col-names)

takeclj

(take dataframe n-rows)

take-valsclj

(take-vals dataframe n-rows)

transposeclj

(transpose xs)

unionclj

(union & dfs)

union-by-nameclj

(union-by-name & dfs)

whereclj


with-columnclj

(with-column dataframe col-name expr)

with-column-renamedclj

(with-column-renamed dataframe old-name new-name)

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

× close