Skip to content

Matezcp/NBA_WebScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NBA_WebScraping

Scraping data from: https://www.nba.com/stats/players/traditional/?sort=PTS&dir=-1

Overview

Scraping top 10 of regular season of 2021-22
Categories:

  • Total Points made
  • 3 Points made
  • Rebounds
  • Assists
  • Steals
  • Blocks

Basic logic:

  • Scrape data of the nba site
  • Convert it to a dataframe and arrange the data
  • Put that info in a dictionary
  • After all infos is in the dictionary convert the dict to a json and store in a file

Libraries used

  • Selenium
  • BeatifulSoup
  • time
  • pandas
  • json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages