Liking cljdoc? Tell your friends :D

clojask.groupby


aggre-avgclj

(aggre-avg seq groupby-keys keys new-keys key-index)

get the average of some keys

get the average of some keys
sourceraw docstring

aggre-maxclj

(aggre-max seq groupby-keys keys new-keys key-index)

get the max of some keys

get the max of some keys
sourceraw docstring

aggre-minclj

(aggre-min seq groupby-keys keys new-keys key-index)

get the min of some keys

get the min of some keys
sourceraw docstring

aggre-sdclj

(aggre-sd seq groupby-keys keys new-keys key-index)

get the standard deviation (sd) of some keys

get the standard deviation (sd) of some keys
sourceraw docstring

aggre-sumclj

(aggre-sum seq groupby-keys keys new-keys key-index)

get the sum of some keys

get the sum of some keys
sourceraw docstring

compute-aggregateclj

(compute-aggregate dateframe output-dir exp)

aggregate the output files to the final destination

aggregate the output files to the final destination
sourceraw docstring

compute-groupbyclj

(compute-groupby dataframe num-worker output-dir exception)

map the result to different files

map the result to different files
sourceraw docstring

gen-groupby-filenamesclj

(gen-groupby-filenames dist msg groupby-keys key-index formatters)

internal function to generate files csv line with groupby key(s)

internal function to generate files csv line with groupby key(s)
sourceraw docstring

internal-aggregateclj

(internal-aggregate func out-dir key-index groupby-keys keys & [new-keys])

aggregate one group use the function

aggregate one group use the function
sourceraw docstring

internal-aggregate-writeclj

(internal-aggregate-write func out-dir groupby-keys keys file & [new-keys])

called by child thread function

called by child thread function
sourceraw docstring

meanclj

(mean a)
source

output-groupbyclj

(output-groupby dist msg groupby-keys key-index formatter write-index)

internal function called by output when aggregation is applied

internal function called by output when aggregation is applied
sourceraw docstring

read-csv-seqclj

(read-csv-seq filename)

takes file name and reads data

takes file name and reads data
sourceraw docstring

squareclj

(square n)
source

standard-deviationclj

(standard-deviation a)
source

templateclj

(template seq groupby-keys old-keys new-keys)

The template for aggregate functions

The template for aggregate functions
sourceraw docstring

write-fileclj

(write-file dir seq)
source

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

× close