Liking cljdoc? Tell your friends :D

zero-one.geni.core


&&clj

(&& & exprs)
source

*clj

(* & exprs)
source

+clj

(+ & exprs)
source

-clj

(- & exprs)
source

->col-arrayclj

(->col-array columns)
source

->columncljmultimethod

source

->date-colclj

source

/clj

(/ & exprs)
source

<clj

source

<=clj

source

===clj

source

>clj

source

>=clj

source

absclj

(abs expr)
source

acosclj

(acos expr)
source

add-monthsclj

(add-months expr months)
source

aggclj

(agg dataframe & exprs)
source

agg-allclj

(agg-all dataframe agg-fn)
source

aliasclj

source

approx-count-distinctclj

(approx-count-distinct expr)
(approx-count-distinct expr rsd)
source

arrayclj

(array exprs)
source

array-containsclj

(array-contains expr value)
source

array-distinctclj

(array-distinct expr)
source

array-exceptclj

(array-except left right)
source

array-intersectclj

(array-intersect left right)
source

array-joinclj

(array-join expr delimiter)
(array-join expr delimiter null-replacement)
source

array-maxclj

(array-max expr)
source

array-minclj

(array-min expr)
source

array-positionclj

(array-position expr value)
source

array-removeclj

(array-remove expr element)
source

array-repeatclj

(array-repeat left right)
source

array-sortclj

(array-sort expr)
source

array-unionclj

(array-union left right)
source

arrays-overlapclj

(arrays-overlap left right)
source

arrays-zipclj

(arrays-zip exprs)
source

asclj

(as column new-name)
source

ascclj

(asc expr)
source

asinclj

(asin expr)
source

atanclj

(atan expr)
source

avgclj

source

broadcastclj

(broadcast dataframe)
source

cacheclj

(cache dataframe)
source

castclj

(cast expr new-type)
source

ceilclj

(ceil expr)
source

coalescecljmultimethod

source

colcljmultimethod

source

collectclj

(collect dataframe)
source

collect-listclj

(collect-list expr)
source

collect-setclj

(collect-set expr)
source

collect-valsclj

(collect-vals dataframe)
source

column-namesclj

source

columnsclj

(columns dataframe)
source

compare-columnsclj

(compare-columns compare-fn expr-0 & exprs)
source

concatclj

(concat & exprs)
source

cosclj

(cos expr)
source

coshclj

(cosh expr)
source

countcljmultimethod

source

count-distinctclj

(count-distinct & exprs)
source

covarclj

(covar l-expr r-expr)
source

create-spark-sessionclj

(create-spark-session
  {:keys [app-name master configs log-level]
   :or {app-name "Geni App" master "local[*]" configs {} log-level "ERROR"}})
source

cross-joinclj

(cross-join left right)
source

current-dateclj

(current-date)
source

current-timestampclj

(current-timestamp)
source

date-addclj

(date-add expr days)
source

date-diffclj

source

date-formatclj

(date-format expr date-fmt)
source

date-subclj

(date-sub expr days)
source

datediffclj

(datediff l-expr r-expr)
source

day-of-monthclj

(day-of-month expr)
source

day-of-weekclj

(day-of-week expr)
source

day-of-yearclj

(day-of-year expr)
source

descclj

(desc expr)
source

describeclj

(describe dataframe & column-names)
source

distinctclj

(distinct dataframe)
source

dropclj

(drop dataframe & col-names)
source

drop-duplicatesclj

(drop-duplicates dataframe & col-names)
source

dtypesclj

(dtypes dataframe)
source

element-atclj

(element-at expr value)
source

empty?clj

(empty? dataframe)
source

ensure-collclj

(ensure-coll x)
source

exceptclj

(except dataframe other)
source

expclj

(exp expr)
source

explainclj

(explain dataframe)
source

explodeclj

(explode expr)
source

filterclj

(filter dataframe expr)
source

firstclj

(first dataframe)
source

first-valsclj

(first-vals dataframe)
source

flattenclj

(flatten expr)
source

floorclj

(floor expr)
source

format-numberclj

(format-number expr decimal-places)
source

format-stringclj

(format-string fmt exprs)
source

group-byclj

(group-by dataframe & exprs)
source

hourclj

(hour expr)
source

intersectclj

(intersect dataframe other)
source

isinclj

(isin expr coll)
source

joinclj

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

kurtosisclj

(kurtosis expr)
source

last-dayclj

(last-day expr)
source

limitclj

(limit dataframe n-rows)
source

litclj

(lit expr)
source

logclj

(log expr)
source

lowerclj

(lower expr)
source

lpadclj

(lpad expr length pad)
source

ltrimclj

(ltrim expr)
source

maxclj

(max expr)
source

md5clj

(md5 expr)
source

meanclj

(mean expr)
source

minclj

(min expr)
source

minuteclj

(minute expr)
source

monthclj

(month expr)
source

months-betweenclj

(months-between l-expr r-expr)
source

negateclj

(negate expr)
source

new-windowclj

(new-window)
source

next-dayclj

(next-day expr day-of-week)
source

notclj

(not expr)
source

null-countclj

(null-count expr)
source

null-rateclj

(null-rate expr)
source

null?clj

(null? expr)
source

order-byclj

(order-by dataframe & exprs)
source

overclj

(over column window-spec)
source

partitionsclj

(partitions dataframe)
source

persistclj

(persist dataframe)
source

piclj

source

pivotclj

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

powclj

(pow base exponent)
source

(print-schema dataframe)
source

randclj

(rand)
(rand seed)
source

randnclj

(randn)
(randn seed)
source

random-splitclj

(random-split dataframe weights)
source

read-csv!clj

(read-csv! spark-session path)
source

read-libsvm!clj

(read-libsvm! spark-session path)
source

read-parquet!clj

(read-parquet! spark-session path)
source

regexp-extractclj

(regexp-extract expr regex idx)
source

regexp-replaceclj

(regexp-replace expr pattern-expr replacement-expr)
source

rename-columnsclj

(rename-columns dataframe rename-map)
source

repartitionclj

(repartition dataframe & args)
source

repartition-by-rangeclj

(repartition-by-range dataframe & args)
source

reverseclj

(reverse expr)
source

roundclj

(round expr)
source

row-numberclj

(row-number)
source

rpadclj

(rpad expr length pad)
source

rtrimclj

(rtrim expr)
source

sampleclj

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

secondclj

(second expr)
source

selectclj

(select dataframe & exprs)
source

set-order-byclj

(set-order-by window-spec & exprs)
source

set-partition-byclj

(set-partition-by window-spec & exprs)
source

set-range-betweenclj

(set-range-between window-spec start end)
source

set-rows-betweenclj

(set-rows-between window-spec start end)
source

sha1clj

(sha1 expr)
source

sha2clj

(sha2 expr n-bits)
source

showclj

(show dataframe)
(show dataframe options)
source

show-verticalclj

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

shuffleclj

(shuffle expr)
source

sinclj

(sin expr)
source

sinhclj

(sinh expr)
source

sizeclj

(size expr)
source

skewnessclj

(skewness expr)
source

sliceclj

(slice expr start length)
source

sort-arrayclj

(sort-array expr)
(sort-array expr asc)
source

sort-within-partitionsclj

(sort-within-partitions dataframe & exprs)
source

spark-partition-idclj

(spark-partition-id)
source

sqrclj

(sqr expr)
source

sqrtclj

(sqrt expr)
source

stddevclj

(stddev expr)
source

substringclj

(substring expr pos len)
source

sumclj

(sum expr)
source

summaryclj

(summary dataframe & stat-names)
source

takeclj

(take dataframe n-rows)
source

take-valsclj

(take-vals dataframe n-rows)
source

tanclj

(tan expr)
source

tanhclj

(tanh expr)
source

to-dateclj

(to-date expr date-format)
source

trimclj

(trim expr trim-string)
source

unionclj

(union left-df right-df)
source

union-by-nameclj

(union-by-name left-df right-df)
source

unix-timestampclj

(unix-timestamp)
(unix-timestamp expr)
(unix-timestamp expr pattern)
source

upperclj

(upper expr)
source

varianceclj

(variance expr)
source

week-of-yearclj

(week-of-year expr)
source

whenclj

(when condition if-expr)
(when condition if-expr else-expr)
source

whereclj

source

windowclj

(window {:keys [partition-by order-by range-between rows-between]})
source

with-columnclj

(with-column dataframe col-name expr)
source

write-csv!clj

(write-csv! dataframe path)
source

write-parquet!clj

(write-parquet! dataframe path)
source

yearclj

(year expr)
source

||clj

(|| & exprs)
source

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

× close