(aggregate this func old-key & [new-key])(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}})(dataframe path & {:keys [if-header] :or {if-header true}})(delete-col this col-to-del)(disable-debug)(enable-debug)(filter this cols predicate)(get-col-names this)Get the names for the columns in sequence
Get the names for the columns in sequence
(group-by this key)(inner-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})(left-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})(operate this operation colName)(operate this operation colName newCol)(outer-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})(preview dataframe
sample-size
return-size
&
{:keys [format] :or {format false}})(print-df dataframe & [sample-size return-size])(rename-col this old-col new-col)(reorder-col this new-col-order)(right-join a b a-keys b-keys & {:keys [col-prefix] :or {col-prefix ["1" "2"]}})(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-forward a
b
a-keys
b-keys
a-roll
b-roll
&
{:keys [col-prefix limit]
:or {col-prefix ["1" "2"] limit nil}})(select-col this col-to-keep)(set-formatter this col formatter)(set-parser this col parser)(set-type this col type)(sort this list output-dir)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |