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
(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.
(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.
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 |