roclark / sportsipy

A free sports API written for python
MIT License
476 stars 189 forks source link

NFL Boxscore Data Incomplete #556

Open kljucaric opened 3 years ago

kljucaric commented 3 years ago

Class sportsreference.nfl.boxscore.Boxscore() outlines vegas_line attribute but returned data from Boxscore(uri) does not have vegas_line attribute (among others 'roof', 'weather', 'won_toss', 'over_under', etc.).

seramex commented 2 years ago

Hoping this will be addressed! I was just looking for the same data for an analysis I'm running. I can get the data elsewhere but it isn't nearly as easy as getting it here. Shows in the docs, so hoping it can be added. Thanks!