Liking cljdoc? Tell your friends :D

winton-utils.data-frame


cell-applyclj/s

(cell-apply f)
source

cell-binaryclj/s

(cell-binary f df)

Apply a binary function to merge cells from the input dataframe with cells from df

Apply a binary function to merge cells from the input dataframe with cells from df
sourceraw docstring

cell-binary-seqclj/s

(cell-binary-seq f cs)

Apply a binary function to merge cells from the input dataframe with cells from a seq

Apply a binary function to merge cells from the input dataframe with cells from a seq
sourceraw docstring

cell-diffsclj/s

(cell-diffs initial)
source

cell-sumsclj/s

(cell-sums [k vs])
source

cell-updateclj/s

(cell-update f)
source

map-of-vs->v-of-mapsclj/s

(map-of-vs->v-of-maps k-vs)

Transpose a map of vectors to a vector of maps. Resulting vector will be truncated to the length of the shortest input vector. e.g. {:a [0 1 2] :b [10 11 12]} -> [{:a 0 :b 10} {:a 1 :b 11} {:a 2 :b 12}]

Transpose a map of vectors to a vector of maps.
Resulting vector will be truncated to the length of the shortest input vector.
e.g. {:a [0 1 2] :b [10 11 12]} -> [{:a 0 :b 10} {:a 1 :b 11} {:a 2 :b 12}]
sourceraw docstring

v-of-maps->map-of-vsclj/s

(v-of-maps->map-of-vs ms)

Transpose a vector of maps to a map of vectors. Resulting vector will be truncated to the length of the shortest input vector. e.g. [{:a 0 :b 10} {:a 1 :b 11} {:a 2 :b 12}] -> {:a [0 1 2] :b [10 11 12]}

Transpose a vector of maps to a map of vectors.
Resulting vector will be truncated to the length of the shortest input vector.
e.g. [{:a 0 :b 10} {:a 1 :b 11} {:a 2 :b 12}] -> {:a [0 1 2] :b [10 11 12]}
sourceraw docstring

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

× close