A solution to last week’s challenge can be found here.

Do you check the weather before planning a trip to a foreign country?
The following dataset contains information about the temperature of various locations in Ireland. Your job is to find the following the average (rounded up), the minimum, and the maximum temperature by "Station" in the Spring, Summer, and Fall. Use only the temperature recorded at 12:00.
Note: Use the following dates to determine the seasons:
- Spring March 19
- Summer June 20
- Fall September 22
Thank you for your comments, this challenge has been updated.