Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we get all the first names and last names irrespective of country or any other filter #27

Closed
sudhanshu-shukla-git opened this issue Jul 5, 2022 · 3 comments

Comments

@sudhanshu-shukla-git
Copy link

Hi Team,
Is there a way we can get all the names (first and last both) instead of just first few names (n=100 by default), also need this irrespective of any country or any other filter.

@philipperemy
Copy link
Owner

@sudhanshu-shukla-git you can dig in the full dataset here:

#17 (comment)

I guess it will be easier to write your own script.

@philipperemy
Copy link
Owner

Also you can just use:

nd.first_names
nd.last_names

Make sure you filter on the rank otherwise you will have some garbage in the names.

The dataset was extracted from the massive 533M users dump of Facebook.

@philipperemy
Copy link
Owner

ce2333c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants