-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: handle multiple tbody in read_html() #20690
Comments
It looks like the second table has multiple Line 394 in ad5affb
PRs welcome |
Thanks. I'll probably have to fix this. |
We could always enhance |
How is read_excel similar to this? There’s no tbody in that case. |
@gfyoung are you just referring to the ability to return multiple tables? @jstray one design consideration to think about - should multiple Not saying that needs to happen at the outset as certainly being able to just parse them would be an improvement over what we have today. Just throwing that out there as food for thought as you try a patch |
@WillAyd : Sorry, misspoke there. Please ignore that comment. 😄 |
* Read from multiple <tbody> within a <table> refs #20690
Code Sample
Problem description
Expected: table of weather information at page bottom.
Actual:
0.21.1 - first two rows
0.22.0 - exception
current master - first two rows
For reference, Google Sheets IMPORTHTML loads this table correctly.,
The text was updated successfully, but these errors were encountered: