I have a dataset with daily mean temperatures for 1752-2016. However, these data are in matrix form:
they need to be set together in 1 large column. Therefore, I'd like the following structure: Column 1: 31 times the year Column 2: 31 times the day of the month Column 3: corresponding mean daily temperature
Can anyone body help me or suggest what I should do?
Thanks in advance!