Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13891

How to scrape table with BeautifulSoup?

$
0
0

I'm trying to scrape data from this website https://evanalytics.com/nfl/stats/ but I'm not having success. I'm trying for BeautifulSoup.

import requests from bs4 import BeautifulSoup import pandas as pd url = 'https://evanalytics.com/nfl/stats/'page = requests.get(url) resposta = page.text soup = BeautifulSoup(resposta, 'html.parser') table = soup.find_all('div', attrs={'id': 'dataTable'})

Viewing all articles
Browse latest Browse all 13891

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>