jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.23k stars 330 forks source link

Splits bug #209

Closed walkstew closed 3 years ago

walkstew commented 3 years ago

Screen Shot 2021-04-27 at 1 59 54 PM New to pybaseball, throwing this error when I'm putting the example in. Any thoughts or tips would be greatly appreciated!

tjburch commented 3 years ago

This was fixed with #206 (bbref changed some html). You can install the master version of pybaseball (via cloning) or just go into the split_stats.py file and changing line 86 from "overthrow_table_container" to "table_container". Should be in the next release.

schorrm commented 3 years ago

In about 5 minutes (once the CI updates the PyPI) just update the pybaseball thingy from there.