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