Reshaping data frames

Sign in to test your solution.
hafu <- read.csv("hafu.csv") hafu <- hafu[, -ncol(hafu)] # Drop the 'Notes' column for the sake of convenience