vishaalagartha / basketball_reference_scraper

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

[FIX] fixed the get_schedule ValueError #108

Open daunelaugust opened 1 month ago

daunelaugust commented 1 month ago

Added a new line to remove "LOG" as a column, to resolve the Value error caused by a mismatch in the number of columns.

"ValueError: Length mismatch: Expected axis has 6 elements, new values have 5 elements"