Liking cljdoc? Tell your friends :D

zero-one.geni.dataset


->java-listclj

(->java-list coll)
source

->rowclj

(->row coll)
source

aggclj

(agg dataframe & args)
source

agg-allclj

(agg-all dataframe agg-fn)
source

approx-quantileclj

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

cacheclj

(cache dataframe)
source

col-regexclj

(col-regex dataframe col-name)
source

collectclj

(collect dataframe)
source

collect-colclj

(collect-col dataframe col-name)
source

collect-valsclj

(collect-vals dataframe)
source

column-namesclj

(column-names dataframe)
source

columnsclj

(columns dataframe)
source

conj-recordclj

(conj-record map-of-values record)
source

cross-joinclj

(cross-join left right)
source

cubeclj

(cube dataframe & exprs)
source

describeclj

(describe dataframe & col-names)
source

distinctclj

(distinct dataframe)
source

dropclj

(drop dataframe & col-names)
source

drop-duplicatesclj

(drop-duplicates dataframe & col-names)
source

drop-naclj

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

dtypesclj

(dtypes dataframe)
source

empty?clj

source

exceptclj

(except dataframe other)
source

except-allclj

(except-all dataframe other)
source

explainclj

(explain dataframe)
(explain dataframe extended)
source

fill-naclj

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

filterclj

(filter dataframe expr)
source

first-non-nilclj

(first-non-nil values)
source

first-valsclj

(first-vals dataframe)
source

group-byclj

(group-by dataframe & exprs)
source

infer-schemaclj

(infer-schema col-names values)
source

infer-spark-typeclj

(infer-spark-type value)
source

infer-struct-fieldclj

(infer-struct-field col-name value)
source

intersectclj

(intersect dataframe other)
source

intersect-allclj

(intersect-all dataframe other)
source

is-emptyclj

(is-empty dataframe)
source

is-localclj

(is-local dataframe)
source

java-type->spark-typeclj

source

joinclj

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

join-withclj

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

limitclj

(limit dataframe n-rows)
source

local?clj

source

map->datasetclj

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

order-byclj

(order-by dataframe & exprs)
source

partitionsclj

(partitions dataframe)
source

persistclj

(persist dataframe)
source

pivotclj

(pivot grouped expr)
(pivot grouped expr values)
source

(print-schema dataframe)
source

random-splitclj

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

records->datasetclj

(records->dataset spark records)
source

removeclj

(remove dataframe expr)
source

rename-columnsclj

(rename-columns dataframe rename-map)
source

repartitionclj

(repartition dataframe & args)
source

repartition-by-rangeclj

(repartition-by-range dataframe & args)
source

replaceclj

(replace dataframe cols replacement)
source

rollupclj

(rollup dataframe & exprs)
source

sampleclj

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

selectclj

(select dataframe & exprs)
source

select-exprclj

(select-expr dataframe & exprs)
source

showclj

(show dataframe)
(show dataframe options)
source

show-verticalclj

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

sortclj

source

sort-within-partitionsclj

(sort-within-partitions dataframe & exprs)
source

spark-sessionclj

(spark-session dataframe)
source

sql-contextclj

(sql-context dataframe)
source

summaryclj

(summary dataframe & stat-names)
source

table->datasetclj

(table->dataset spark table col-names)
source

takeclj

(take dataframe n-rows)
source

take-valsclj

(take-vals dataframe n-rows)
source

transposeclj

(transpose xs)
source

unionclj

(union & dfs)
source

union-by-nameclj

(union-by-name & dfs)
source

whereclj

source

with-columnclj

(with-column dataframe col-name expr)
source

with-column-renamedclj

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

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

× close