jaebradley/basketball_reference_web_scraper

Fix Game Score Column Position

Closed this issue · 1 comments

image

Basketball Reference added a +/- column that affects the relative position of the GmSc column. Fix the referenced column index: https://github.com/jaebradley/basketball_reference_web_scraper/blob/v4/basketball_reference_web_scraper/parsers/box_scores/players.py#L61

Resolved by #111 (thanks @ecallahan5!) and released as 4.4.2.

Example Repl: https://repl.it/@jaebradley/GameScoreFix442

image