TidyR verbs

Dppd also supports tidyr verbs where they are ‘easier’ to use than the pandas equivalents

gather

pandas.melt() with column specifications

spread

spread spreads a key/value column pair into it’s components. Inverse of gather

unite

unite joins the values of each row as strings

seperate

seperate splits strings on a seperator