Predictive statistical model (NBA) built using web-scraper data and pandas. 🔮
- Uses Pandas, BeautifulSoup, and Requests.
- Fork and clone.
- Create your dotenv file.
- Add the url of the team and player stats websites that will be scraped as variables.
print(model)variable found in model.py.- Returns a pandas dataframe containing players sorted by their projected scoring.
team_stats_url=https://www.team-stats-site-to-be-scraped.com
player_stats_url=https://www.player-stats-site-to-be-scraped.com
- Sawyer Zincone -initial work- szincone
♣️
This project is licensed under the MIT License - see the LICENSE file for details.