Baselight

Regression Dataset For Household Income Analysis

Synthetic Dataset for Understanding Factors Influencing Annual Household Income

@kaggle.stealthtechnologies_regression_for_household_income_analysis

Data
@kaggle.stealthtechnologies_regression_for_household_income_analysis.data

  • 105.17 KB
  • 10000 rows
  • 14 columns
age

Age

education_level

Education Level

occupation

Occupation

number_of_dependents

Number Of Dependents

location

Location

work_experience

Work Experience

marital_status

Marital Status

employment_status

Employment Status

household_size

Household Size

homeownership_status

Homeownership Status

type_of_housing

Type Of Housing

gender

Gender

primary_mode_of_transportation

Primary Mode Of Transportation

income

Income

56Master'sTechnology5Urban21MarriedFull-time7OwnApartmentMalePublic transit72510
69High SchoolFinanceUrban4SingleFull-time7OwnApartmentMaleBiking75462
46Bachelor'sTechnology1Urban1SingleFull-time7OwnSingle-family homeFemaleCar71748
32High SchoolOthers2Urban32MarriedFull-time1OwnApartmentFemaleCar74520
60Bachelor'sFinance3Urban15MarriedSelf-employed4OwnTownhouseMaleWalking640210
25High SchoolOthers1Rural6SinglePart-time1RentTownhouseFemaleCar73406
38Master'sTechnology3Rural20MarriedFull-time4RentSingle-family homeMalePublic transit3584362
56Master'sEducation1Suburban34MarriedPart-time7OwnTownhouseFemalePublic transit70066
36Master'sFinance4Suburban45MarriedFull-time2OwnApartmentFemalePublic transit69636
40Bachelor'sEducation4Urban21MarriedFull-time6OwnApartmentFemaleBiking5188124

CREATE TABLE data (
  "age" BIGINT,
  "education_level" VARCHAR,
  "occupation" VARCHAR,
  "number_of_dependents" BIGINT,
  "location" VARCHAR,
  "work_experience" BIGINT,
  "marital_status" VARCHAR,
  "employment_status" VARCHAR,
  "household_size" BIGINT,
  "homeownership_status" VARCHAR,
  "type_of_housing" VARCHAR,
  "gender" VARCHAR,
  "primary_mode_of_transportation" VARCHAR,
  "income" BIGINT
);

Share link

Anyone who has the link will be able to view this.