PopulationRequest
age object
- integer[]
- null
education_level object
- EducationLevelEnum[]
- null
Possible values: [Some College, High School Diploma, Less than high school, High School but no diploma, Bachelors, Associates, Masters, PhD]
gender object
- GenderEnum[]
- null
Possible values: [Male, Female]
household_income object
- integer[]
- null
household_with_children object
- string
- null
Possible values: [yes, no]
number_of_children object
- ChildrenEnum[]
- null
Possible values: [0, 1, 2, 3, 4+]
Possible values: <= 5000
250racial_group object
- RacialGroupEnum[]
- null
Possible values: [Mixed race, White, African American, Asian or Pacific Islander, Other race, American Indian or Alaska Native]
state object
- USStatesEnum
- null
Possible values: [Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, Wyoming]
{
"age": [
20,
26
],
"education_level": [
"Less than high school",
"High School but no diploma",
"High School Diploma",
"Some College",
"Associates",
"Bachelors",
"Masters",
"PhD"
],
"gender": [
"Female"
],
"household_income": [
50000,
70000
],
"number_of_children": [
"1",
"2",
"3",
"4+"
],
"number_of_records": 500,
"racial_group": [
"White",
"African American",
"Asian or Pacific Islander",
"Mixed race",
"Other race"
],
"state": "New York"
}