Just transpose your reshape?
DataFrame(reshape(df.minutes, (nrow(df) ÷ 41, 41))', :auto)
(note the '
after reshape(...)
)
Just transpose your reshape?
DataFrame(reshape(df.minutes, (nrow(df) ÷ 41, 41))', :auto)
(note the '
after reshape(...)
)