- Defined a Web Scraping Function, returning a dictionary corresponding to the Regular season statistics of each basketball player scraped from m en.wikipedia.org.
- Scraped the data from those links and converted them into Pandas Dataframes.
- 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