hydrosquall / yale_athletics_data

data about student-athletes at harvard and yale from 1940 - 2016
MIT License
4 stars 2 forks source link

Soup Selector Performance #7

Closed hydrosquall closed 7 years ago

hydrosquall commented 7 years ago

Try using the BS4 select method instead of search for better performance over large numbers of pages.

hydrosquall commented 7 years ago

Used in notebook 7 and 8, seems to work out. Caveat, CSS selector method always returns a list, even if it's just 1 finding (unlike using the find method in BS4)