Liking cljdoc? Tell your friends :D

zero-one.geni.core.dataset


addclj

(add cms item)
(add cms item cnt)
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

bit-sizeclj

(bit-size bloom)
source

bloom-filterclj

(bloom-filter dataframe expr expected-num-items num-bits-or-fpp)
source

cacheclj

(cache dataframe)
source

checkpointclj

(checkpoint dataframe)
(checkpoint dataframe eager)
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

compatible?clj

source

confidenceclj

(confidence cms)
source

count-min-sketchclj

(count-min-sketch dataframe expr eps-or-depth confidence-or-width seed)
source

covclj

(cov dataframe col-name1 col-name2)
source

cross-joinclj

(cross-join left right)
source

crosstabclj

(crosstab dataframe col-name1 col-name2)
source

cubeclj

(cube dataframe & exprs)
source

depthclj

(depth cms)
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

estimate-countclj

(estimate-count cms item)
source

exceptclj

(except dataframe other)
source

except-allclj

(except-all dataframe other)
source

expected-fppclj

(expected-fpp bloom)
source

fill-naclj

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

first-valsclj

(first-vals dataframe)
source

freq-itemsclj

(freq-items dataframe col-names)
(freq-items dataframe col-names support)
source

group-byclj

(group-by dataframe & exprs)
source

(head dataframe)
(head dataframe n-rows)
source

head-valsclj

(head-vals dataframe)
(head-vals dataframe n-rows)
source

hintclj

(hint dataframe hint-name & args)
source

input-filesclj

(input-files dataframe)
source

intersectclj

(intersect dataframe other)
source

intersect-allclj

(intersect-all dataframe other)
source

is-compatibleclj

(is-compatible bloom other)
source

is-emptyclj

(is-empty dataframe)
source

is-localclj

(is-local dataframe)
source

is-streamingclj

(is-streaming dataframe)
source

joinclj

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

join-withclj

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

last-valsclj

(last-vals dataframe)
source

limitclj

(limit dataframe n-rows)
source

local?clj

source

merge-in-placeclj

(merge-in-place bloom-or-cms other)
source

might-containclj

(might-contain bloom item)
source

order-byclj

(order-by dataframe & exprs)
source

partitionsclj

(partitions dataframe)
source

persistclj

(persist dataframe)
(persist dataframe new-level)
source

pivotclj

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

(print-schema dataframe)
source

putclj

(put bloom item)
source

random-splitclj

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

rddclj

(rdd dataframe)
source

relative-errorclj

(relative-error cms)
source

rename-columnsclj

(rename-columns dataframe rename-map)
source

repartitionclj

(repartition dataframe & args)
source

repartition-by-rangeclj

(repartition-by-range dataframe & args)
source

replace-naclj

(replace-na dataframe cols replacement)
source

rollupclj

(rollup dataframe & exprs)
source

sampleclj

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

sample-byclj

(sample-by dataframe expr fractions seed)
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

storage-levelclj

(storage-level dataframe)
source

streaming?clj

source

summaryclj

(summary dataframe & stat-names)
source

tailclj

(tail dataframe n-rows)
source

tail-valsclj

(tail-vals dataframe n-rows)
source

takeclj

(take dataframe n-rows)
source

take-valsclj

(take-vals dataframe n-rows)
source

to-byte-arrayclj

(to-byte-array cms)
source

total-countclj

(total-count cms)
source

unionclj

(union & dataframes)
source

union-by-nameclj

(union-by-name & dataframes)
source

unpersistclj

(unpersist dataframe)
(unpersist dataframe blocking)
source

widthclj

(width cms)
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