Liking cljdoc? Tell your friends :D

clojask.dataframe


aggregateclj

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

computeclj

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

dataframeclj

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

delete-colclj

(delete-col this col-to-del)

disable-debugclj

(disable-debug)

enable-debugclj

(enable-debug)

filterclj

(filter this cols predicate)

get-col-namesclj

(get-col-names this)

Get the names for the columns in sequence

Get the names for the columns in sequence
raw docstring

group-byclj

(group-by this key)

inner-joinclj

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

left-joinclj

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

operateclj

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

outer-joinclj

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

previewclj

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

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

rename-colclj

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

reorder-colclj

(reorder-col this new-col-order)

right-joinclj

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

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}})

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}})

select-colclj

(select-col this col-to-keep)

set-formatterclj

(set-formatter this col formatter)

set-parserclj

(set-parser this col parser)

set-typeclj

(set-type this col type)

sortclj

(sort this list output-dir)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close