Overview
The Data Axle People Database is made up of individual consumers throughout the US. Each record in the database represents one adult person.
Primary Key
Each person in the People database is assigned a unique, persistent 12-digit numerical identifier.
See also:
person_id
- The unique identifier for the person.
Name
A person’s name is represented in the following attributes:
first_name
- The first name of the person.middle_initial
- The person's middle initial.last_name
- The last name of the person.generational_suffix
- The generational suffix of the person.
Age
The date_of_birth
attribute is populated when the actual day, month, and year of birth are known. When only the month or year are known, estimated_date_of_birth
represents the range of dates between the known values.
The age
attribute is calculated based on date of birth information.
Gender
Gender is guessed from the first name. See also:
gender
- The gender of the person.