README for the Skillcorner data, get_columns_with_string method, player age retrieval, Sofascore scraping code start, and code improvement
- added floodlight package (soccer analysis package) and beautifulsoup4 (Sofascore scraping) to pipenv (MAKE SURE TO RUN
pipenv install
) - column name retrieval for easier analysis (
MatchData.get_columns_with_string(substring)
), this can help better understanding which columns exist in which data source - added some ideas to README.md
- created a notebook for Sofascore scraping, some extra information might be useful much later
- created a MatchData.load_matches(...) classmethod to create a list of MatchData for all the matches of a team
- created a method to get the player ages (methods for Skillcorner and MatchData classes)
- added a base dataset class to create an inheritance structure
- added black and isort for formatting our code
- MOST IMPORTANTLY: added README for the Skillcorner data! (src/skillcorner_utils/SKILLCORNER_README.md)