-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementIO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymap
Milestone
Description
Code Sample
url = 'https://www.wunderground.com/history/airport/KORD/2018/3/21/CustomHistory.html?dayend=10&monthend=4&yearend=2018'
df = pandas.read_html(url)[1]
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.,
Metadata
Metadata
Assignees
Labels
EnhancementIO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymap