Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created June 1, 2018 09:39
Show Gist options
  • Select an option

  • Save FelixChop/95aa48bdb9c6982899f04b086c4e7f6b to your computer and use it in GitHub Desktop.

Select an option

Save FelixChop/95aa48bdb9c6982899f04b086c4e7f6b to your computer and use it in GitHub Desktop.
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