returnofthelambda / nhl_scraper

scrape nhl goal data
0 stars 0 forks source link

Add in ability to stop the season_summary_scrape at a certain game #5

Open returnofthelambda opened 3 years ago

returnofthelambda commented 3 years ago

If you wanted to pull the first 100 games or games 300-500, there is no way to currently do so. User could filter resulting dataframe from full season scrape, but the full season scrape can take about 20 minutes so I can see a use case for limiting the scrape portion.