volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data

Home Page:https://projects.volkamerlab.org/teachopencadd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T011: Wikipedia scraping fails

mbackenkoehler opened this issue · comments

Selecting the table from the HTML fails in section 1.3.4. Replacing table = header.find_all_next()[4] with table = header.find_all_next()[5] should be enough to fix this, but the whole thing looks a bit flaky.