Regression Dataset For Household Income Analysis
Synthetic Dataset for Understanding Factors Influencing Annual Household Income
@kaggle.stealthtechnologies_regression_for_household_income_analysis
Synthetic Dataset for Understanding Factors Influencing Annual Household Income
@kaggle.stealthtechnologies_regression_for_household_income_analysis
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
);
Anyone who has the link will be able to view this.