Games¶
data.nba.com Game Item¶
Games¶
The Games class has some basic properties for handling game data
-
class
pbpstats.resources.games.games.Games(items)[source]¶ Bases:
pbpstats.resources.base.BaseClass for games items
Parameters: items (list) – list of either StatsNbaGameItemorDataNbaGameItemitems, typically from a games data loader-
data¶ returns list of dicts with game items
-
final_games¶ returns list of dicts with final game items
-