Esteban Sanchez
Results
1
issues of
Esteban Sanchez
This issue is related to footbal_matches, specifically the scraping part. data = requests.get(standings_url) soup = BeautifulSoup(data.text) --> standings_table = soup.select('table.stats_table')[0] IndexError: list index out of range For the for loop...