vishaalagartha / basketball_reference_scraper

A python module for scraping static and dynamic content from Basketball Reference.
MIT License
254 stars 91 forks source link

Pandas.append going to be removed #87

Open namanNagelia opened 2 years ago

namanNagelia commented 2 years ago

Pandas said in a future version that the frame.append method will be deprecated and will be removed, so to use pandas.concat. Can that be fixed for the future?