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

Using Python requests module to collect data tables from drop-down list from a webpage

$
0
0

I am trying to scrape information from this webpage-https://www.dmr.nd.gov/oilgas/bakkenwells.asp

I want to collect all data tables from dropdown menu and use Beautiful Soup and requests module to pull the information.

import requestsfrom bs4 import BeautifulSouppage = requests.get('https://www.dmr.nd.gov/oilgas/bakkenwells.asp')soup = BeautifulSoup(page.text, 'html.parser')

Viewing all articles
Browse latest Browse all 23160

Trending Articles



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