AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

Implementing Adapter Design Pattern for Github Data #90

Open Benjamin-Pickers opened 3 years ago

Benjamin-Pickers commented 3 years ago

Added an adapter class, PandasDataAdapter, that transforms the csv data sheets into a useable Pandas dataframe. The PandasDataAdapter implements the DataInterface, so it has an implementation of the get() function that should be called now instead of the get() inside of the Github class.