pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

Fangraphs functions fail to scrape data, returns empty DF after site update

Open briancole00 opened this issue 2 years ago • 1 comments

Calls to functions that scrape Fangraphs for data return empty Dataframes after the most recent update to their leaderboards interface.

briancole00 avatar Aug 16 '23 14:08 briancole00

Looks like they removed the table class name rgMasterTable so we cannot get the correct data.

Fixed by PR #377 temporarily.

ss77995ss avatar Aug 16 '23 17:08 ss77995ss