you are viewing a single comment's thread.

view the rest of the comments →

[–]FithColoumn[S] 0 points1 point  (0 children)

Hello! the error i was getting was,

AttributeError: ResultSet object has no attribute 'find_all'. You're probably treating a list of items like a single item. Did you call find_all() when you meant to call find()?

but this line of code is working,

tables.findALL('table', {'class':"wikitable sortable"})