Created
June 1, 2018 09:39
-
-
Save FelixChop/95aa48bdb9c6982899f04b086c4e7f6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| result = pd.DataFrame([[td.text for td in row.findAll('td')] for row in table.tbody.findAll('tr')]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment