I have the attached data format which contains hourly temperature values . And I want to split the data into maximum temperature (tmax) and minimum temperature (tmin) data sets. Although I have attached one year my data runs several years and I would like to have two data sets; one showing maximum and another showing minimum monthly values. How do I go about this in python.?
I have the attached data format which contains hourly temperature values . And I want to split the data into maximum temperature (tmax) and minimum temperature (tmin) data sets. Although I have attached one year my data runs several years and I would like to have two data sets; one showing maximum and another showing minimum monthly values. How do I go about this in python.?
data.pdf
Thank you