Source for Names to use in web scraping
Posted
by PyNEwbie
on Stack Overflow
See other posts from Stack Overflow
or by PyNEwbie
Published on 2010-04-25T01:17:54Z
Indexed on
2010/04/25
1:23 UTC
Read the original article
Hit count: 441
python
|webscraping
Can anyone suggest a good source of names that I can use to help analyze some tables on web pages. The first column of the tables I am scraping have names alone, names and titles or just titles. The names can be as varied as John Smith to Vikram Saksena. I have been poking around for a compiled list of words that can be found in proper names.
© Stack Overflow or respective owner