README.md
April 5, 2020 ยท View on GitHub
This project contain Millions of people first and last name data.Which can be usefull for various project and task including NLP
People First and Last name directory
Sources
-
Google Big Query Open Dataset https://cloud.google.com/bigquery/public-data/
SELECT name,gender FROM
bigquery-public-data.usa_names.usa_1910_currentSELECT author.name as author_name, author.email as author_email, committer.name as committer_name, committer.email as committer_email, repo_name FROM bigquery-public-data.github_repos.commits
SELECT * FROM
fh-bigquery.popular_names.usa_summary_1880_2015SELECT first_name,display_name,age,gender FROM
fh-bigquery.popular_names.stackoverflow_guessesSELECT * FROM
fh-bigquery.popular_names.gender_probabilitiesSELECT * FROM
fh-bigquery.freebase20140119.people_names -
Crawled some website which provide users dataset
-
There are billions of people name we can get from common crawl. Those names are accurate becuase it's extratced from RDF. http://webdatacommons.org/structureddata/2019-12/stats/schema_org_subsets.html http://data.dws.informatik.uni-mannheim.de/structureddata/2019-12/quads/classspecific/md/schema_Person.gz
Note: You can also download from https://www.linkedin.com/directory/people-a I will suggest to use some chrome plugin (example: link klipper) which will help to download all link and text from page.
Reference Links:
- https://cloud.google.com/bigquery/public-data/
- https://stackoverflow.com/questions/18391799/database-or-list-of-english-first-and-last-names