Bike Buyers 1000
Data of 1000 rows with details of bike buyers with a categorical output variable
@kaggle.heeraldedhia_bike_buyers
Data of 1000 rows with details of bike buyers with a categorical output variable
@kaggle.heeraldedhia_bike_buyers
CREATE TABLE bike_buyers_clean (
"id" BIGINT,
"marital_status" VARCHAR,
"gender" VARCHAR,
"income" BIGINT,
"children" BIGINT,
"education" VARCHAR,
"occupation" VARCHAR,
"home_owner" VARCHAR,
"cars" BIGINT,
"commute_distance" VARCHAR,
"region" VARCHAR,
"age" BIGINT,
"purchased_bike" VARCHAR
);
Anyone who has the link will be able to view this.