Module 2 Summative Lab
Carter Bouley - Solo Project
Tasks
Data downloaded from https://www.kaggle.com/laudanum/footballdelphi/download the Football Delphi
database.
Examined the data dictionary on kaggle
Explored and tested the DarkSkyAPI documentation.
Subsetted the Football Delphi
dataset to the given specification.
Search and merged historical weather with corresponding match data.
Constructed OOP Classes.
Refactor Prototyped Code into OOP Classes.
Created MongoDB schemas.
Stored processed data on Mongo DB.
Refactored Code.