You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I really liked your tutorial but was constantly getting this attribute error when running the line
"result = pd.DataFrame([[td.text for td in row.findAll('td')] for row in table.tbody.findAll('tr')])"
Can you please , help me resolve this error.
Thanks.