dataframe of averagetemperatures with Years in rows and months in columns

Posted by Maxwell Mkondiwa on Stack Overflow See other posts from Stack Overflow or by Maxwell Mkondiwa
Published on 2010-06-03T06:52:35Z Indexed on 2010/06/03 6:54 UTC
Read the original article Hit count: 283

Filed under:

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 . .

© Stack Overflow or respective owner

Related posts about aggregate