blacktj
blacktj
MLB has a scrape-able option: ``` import pandas as pd from bs4 import BeautifulSoup import requests def get_quality_starts(): qs_stop = 1 page = 0 df = pd.DataFrame() while qs_stop !=...
If you read through the underlying code, you'll see that qual='y' as a default. Meaning you're only seeing qualifying hitters. By setting qual='n' it returns 1.5k hitters:
Sorry commented in line as opposed to on PR: I think you're doing too much work here there's an api: `pitch_df = pd.DataFrame(json.loads(requests.get('https://www.fangraphs.com/api/projections?stats=pit&type=steamer').content`
It's non-public and buried in the client-side rendering of the table. I am working on a PR for the prospects endpoint of this as well.. not sure if it's rate...
This is a webscraping repo.. so I'm guessing we don't have a contract to pull the data from their actual website? Is there a difference between grabbing it there or...
Hi Anderson, Are you still working on this and/or want to work on it? I have a solution for it.. I want to sit down and have someone else test...
I sent an email to your @uva email.. let me know if you didn't get it. It's a bit wordy for PR chat. I think it checks most of your...