Ben Dilday

Results 15 comments of Ben Dilday

This seems like the the same caching issue mentioned here https://github.com/jldbc/pybaseball/issues/267 can you update to v2.2.3 and see if the issue still persists?

> I had to parse through comments to get the data I wanted due to how bbref sets up their boxscore pages. Alternatively, I have a version that uses Selenium...

@markspotsthex this sounds similar to the issue mentioned here https://github.com/jldbc/pybaseball/issues/218 https://github.com/jldbc/pybaseball/pull/223 do you have that update in your version?

I don't know if this is the way we want the API to work. I would think `playerid_lookup` should be concerned with looking up players only and not have to...

Sure, requests are welcome. Country of birth doesn't seem to be available through the wikipedia API, so it will be a little more involved than what I've done so far,...

Here's what I'm going off of as far as trying to see what data are available https://www.mediawiki.org/wiki/API:Properties Heres an example query https://en.wikipedia.org/w/api.php?action=query&titles=Albert%20Einstein&prop=linkshere|info|categories Categories might work, but looks like some NLP...

note that there is a proposed fix here https://github.com/jldbc/pybaseball/pull/435

The source for this information is not fangraphs, it's chadwickbureau `register` repo. For Imanga the file is this one https://raw.githubusercontent.com/chadwickbureau/register/master/data/people-2.csv and the fangraphs key is null in the file. ```...

@MichaelGFagan heads up, a while back I started a project called pybbda https://github.com/bdilday/pybbda partly because at that time pybaseball had lost momentum. it's not an exact replacement for pybaseball, and...

what do y'all think about extracting the data and posting it to a repo in github? maybe even embedded in pybaseball?