RamParameswaran / pyAFL

Python AFL (Australian Football League) library for collecting/analysing AFL data from AFLtables.com
MIT License
15 stars 10 forks source link

Implement "Season" class #5

Closed RamParameswaran closed 2 years ago

RamParameswaran commented 4 years ago

Description of feature/enhancement

Description of implementation

Additional context

RamParameswaran commented 4 years ago

This may not be necessary anymore due to Team.season_stat(year) classmethod in the Team model.

Although, maybe there is a use-case for querying the entire AFL by season, rather than querying just one team ... Thoughts welcome..!

RamParameswaran commented 2 years ago

Closed by PR #13