user70587
0
Q:

python download html table

url='http://pokemondb.net/pokedex/all'#Create a handle, page, to handle the contents of the websitepage = requests.get(url)#Store the contents of the website under docdoc = lh.fromstring(page.content)#Parse data that are stored between <tr>..</tr> of HTMLtr_elements = doc.xpath('//tr')
0

New to Communities?

Join the community