mjk2244 / pro-football-reference-web-scraper

Web scraper to retrieve player and team data from Pro Football Reference.
https://mjk2244.github.io/pro-football-reference-web-scraper/
Apache License 2.0
28 stars 19 forks source link

add missing qb game log stats #60

Open O1ahmad opened 3 months ago

O1ahmad commented 3 months ago
O1ahmad commented 3 months ago

TODO: I'm planning on refactoring the table_rows[i].find('td', {'data-stat': '<insert>'}).text) into a separate method to avoid the redundancy and also add additional error checking. @mjk2244