Published

Unisex Names

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/fivethirtyeight/unisex-names/
https://datahub.io/fivethirtyeight/unisex-names/_r/-/README.md
https://datahub.io/fivethirtyeight/unisex-names/_r/-/data/aging_curve.csv
https://datahub.io/fivethirtyeight/unisex-names/_r/-/data/unisex_names_table.csv
https://datahub.io/fivethirtyeight/unisex-names/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/fivethirtyeight/unisex-names/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/fivethirtyeight/unisex-names/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

aging_curve

Loading data...

Schema

nametypeformat
decadeintegerdefault
ageintegerdefault
maleintegerdefault
femaleintegerdefault
male_perctnumberdefault
female_perctnumberdefault

unisex_names_table

Loading data...

Schema

nametypeformat
integerdefault
namestringdefault
totalnumberdefault
male_sharenumberdefault
female_sharenumberdefault
gapnumberdefault

Data Files

FileDescriptionSizeLast modifiedDownload
aging_curve
451 Babout 2 hours ago
aging_curve
unisex_names_table
69.6 kBabout 2 hours ago
unisex_names_table
FilesSizeFormatCreatedUpdatedLicenseSource
270.1 kBcsvabout 3 hours agoFiveThirtyEight - Unisex Names

Unisex Names

This directory contains the code and data behind the story The Most Common Unisex Names In America: Is Yours One Of Them?

The script unisex_names.R generates the data in unisex_names_table.csv, which contains the over 900 names given to each sex at least one-third of the time and with a minimum of 100 people. It has the following variables:

HeaderDefinition
nameFirst names from the Social Security Administration
totalTotal number of living Americans with the name
male_sharePercentage of people with the name who are male
female_sharePercentage of people with the name who are female
gapGap between male_share and female_share

This dataset was scraped from FiveThirtyEight - unisex-names