Liking cljdoc? Tell your friends :D
Clojure only.

clojask.extensions.reshape

Contains functions that extends the power of clojask, while not directly applying to the dataframe class

Contains functions that extends the power of clojask, while not directly applying to the dataframe class
raw docstring

dcastclj

(dcast x
       output-dir
       id
       measure-name
       value-name
       vals
       &
       {:keys [vals-name] :or {vals-name vals}})

Reshape the clojask dataframe from long to wide.

Reshape the clojask dataframe from long to wide.
sourceraw docstring

meltclj

(melt df
      output-dir
      id
      measure
      &
      {:keys [measure-name value-name]
       :or {measure-name "measure" value-name "value"}})

Reshape the clojask dataframe from wide to long.

Reshape the clojask dataframe from wide to long.
sourceraw docstring

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