dataframe of averagetemperatures with Years in rows and months in columns
- by Maxwell Mkondiwa
I have data with variables minimum and maximum temperatures, month and years(1951-2001). I want to get a dataframe of average temperatures for each month in each year. I want the dataframe to look like this:
Year jan feb mar apr may june.....
1951 xx xx
1952 xx
1953
.
.