Liking cljdoc? Tell your friends :D

clojask.dataframe


aggregateclj

(aggregate this func old-key & [new-key])
source

computeclj

(compute this
         num-worker
         output-dir
         &
         {:keys [exception order output select exclude melt header]
          :or {exception false
               order false
               output nil
               select nil
               exclude nil
               melt vector
               header true}})
source

dataframeclj

(dataframe path & {:keys [if-header] :or {if-header true}})
source

delete-colclj

(delete-col this col-to-del)
source

disable-debugclj

(disable-debug)
source

enable-debugclj

(enable-debug)
source

filterclj

(filter this cols predicate)
source

get-col-namesclj

(get-col-names this)

Get the names for the columns in sequence

Get the names for the columns in sequence
sourceraw docstring

group-byclj

(group-by this key)
source

inner-joinclj

(inner-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})
source

left-joinclj

(left-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})
source

operateclj

(operate this operation colName)
(operate this operation colName newCol)
source

outer-joinclj

(outer-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})
source

previewclj

(preview dataframe
         sample-size
         return-size
         &
         {:keys [format] :or {format false}})
source

(print-df dataframe & [sample-size return-size])
source

rename-colclj

(rename-col this old-col new-col)
source

reorder-colclj

(reorder-col this new-col-order)
source

right-joinclj

(right-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})
source

rolling-join-backwardclj

(rolling-join-backward a
                       b
                       a-keys
                       b-keys
                       a-roll
                       b-roll
                       &
                       {:keys [col-prefix limit]
                        :or {col-prefix ["1" "2"] limit nil}})
source

rolling-join-forwardclj

(rolling-join-forward a
                      b
                      a-keys
                      b-keys
                      a-roll
                      b-roll
                      &
                      {:keys [col-prefix limit]
                       :or {col-prefix ["1" "2"] limit nil}})
source

select-colclj

(select-col this col-to-keep)
source

set-formatterclj

(set-formatter this col formatter)
source

set-parserclj

(set-parser this col parser)
source

set-typeclj

(set-type this col type)
source

sortclj

(sort this list output-dir)
source

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

× close