/Analyzing_Basketball_Statistics

Extracted the data from Wikipedia. Plot the points per game for one player. Task based project of the course "IBM PY0101EN - Python Basics for Data Science".

Primary LanguageJupyter Notebook

Analyzing_Basketball_Statistics

  1. Defined a Web Scraping Function, returning a dictionary corresponding to the Regular season statistics of each basketball player scraped from m en.wikipedia.org.
  2. Scraped the data from those links and converted them into Pandas Dataframes.
  3. Plot the Points per game for a player using the function plt.plot()

Project based on assignment by "IBM PY0101EN - Python Basics for Data Science" course.

@author: Mariana R. Barros