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 is a website building & hosting documentation for Clojure/Script libraries

× close