Hi all,
I know this is really basic, but I am really trying to learn Python and want to learn it to scrape data from the web. It may be basic, but I really am trying to learn how to read a HTML table. I can read it into Open Office and it says that it is Table #11.
It seems like BeautifulSoup is the preferred choice, but can anyone provide insight as to how I would grab a particular table and grab all of the rows? I have taken a look at the documentation for the module, but I still am having trouble getting my head around it. Many of the examples that I have found online appear to do more than I need.
Any help you can provide will be greatly appreciated!
Thanks in advance,
Brock