The goal today is to take some of the ideas we developed last week, and do a couple things to make our lives easier:
To that end, we are going to work together to do the following tasks:
Write a function which will download the Pronto data and the weather data
Write two functions which, given the downloaded data, will load it, parse dates properly, and return a pandas array.
Write a function which will group and join the trip and weather data into a single DataFrame, making use of the above functions.
Develop some plots showing relationships in the data, and write a function which will create and save plots related to your analysis.
Write a master script that you – or anyone – can run, which will produce your analysis from scratch.
Today during the class time we will walk through accomplishing these tasks together.