understatapi.parsers.team module¶
Team parser
- class understatapi.parsers.team.TeamParser[source]¶
Bases:
BaseParserParse a html page from a url of the form
https://understat.com/team/<team>/<season>- get_player_data(html)[source]¶
Get data on a per-team basis
- Parameters
html (
str) – The html string to parse- Return type
Dict[str,Any]