My code is
table_header= tables.findAll(‘th’)
print(len(header))
Error is
AttributeError: ResultSet object has no attribute ‘findAll’. You’re probably treating a list of items like a single item. Did you call find_all() when you meant to call find()?