So I managed to extract the data I needed from a CSV file and it looks like the table on the picture. Obviously the columns represent the years, and each row represents the month 1 = jan, 2 = february ... How can I do to create a new data frame that has 120 rows: one for each month of the years 2004 to 2013; and two columns: one being the date and one being the value associated with the date (year and month)?
Thank you