Pivot column data from long format to wide format.
See also
https://seananderson.ca/2013/10/19/reshape/
reshape2::dcast
(deprecated).Python
pandas.pivot_table
.Python
pandas.wide_to_long
.Python
pandas.DataFrame.pivot
.
Pivot column data from long format to wide format.
https://seananderson.ca/2013/10/19/reshape/
reshape2::dcast
(deprecated).
Python pandas.pivot_table
.
Python pandas.wide_to_long
.
Python pandas.DataFrame.pivot
.