Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
parsing table
#3
Thanks. there is a progress - no error anymore. But still cannot find any tag in the table

table = html.find_all("table")
for each_table in table: print(each_table.find("tbody"))
NONE

table = html.find("table")
for each_table in table: print(each_table.find("tbody"))
-1
Reply


Messages In This Thread
parsing table - by ian - Apr-25-2018, 08:16 PM
RE: parsing table - by nilamo - Apr-25-2018, 08:21 PM
RE: parsing table - by ian - Apr-25-2018, 09:35 PM
RE: parsing table - by nilamo - Apr-26-2018, 02:57 AM
RE: parsing table - by ian - Apr-26-2018, 03:19 AM
RE: parsing table - by snippsat - Apr-26-2018, 05:19 AM
RE: parsing table - by ian - Apr-26-2018, 05:28 PM
RE: parsing table - by snippsat - Apr-26-2018, 08:05 PM
RE: parsing table - by nilamo - Apr-27-2018, 06:44 AM
RE: parsing table - by ian - Apr-27-2018, 12:16 PM
RE: parsing table - by snippsat - Apr-27-2018, 01:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help: Beautiful Soup - Parsing HTML table ironfelix717 2 2,703 Oct-01-2020, 02:19 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020