basketball_reference
basketball_reference copied to clipboard
Did Not Dress/Not With Team
Two strings are not covered on line 49: 'Not With Team', 'Did Not Dress', that line needs to be modified to:
stat = stat if stat not in [None, 'Did Not Play', 'Not With Team', 'Did Not Dress', 'Player Suspended'] else '0.0'
+1