Skip to content
Prev 268657 / 398502 Next

Alternative and more efficient data manipulation

?reshape

You have your data in a wide format, but you want it in a long format.
reshape can convert it both ways.

Mikhail
On