Online Food Dataset
Demographics & Locations in Online Food Ordering
@kaggle.sudarshan24byte_online_food_dataset
Demographics & Locations in Online Food Ordering
@kaggle.sudarshan24byte_online_food_dataset
CREATE TABLE onlinefoods (
"age" BIGINT,
"gender" VARCHAR,
"marital_status" VARCHAR,
"occupation" VARCHAR,
"monthly_income" VARCHAR,
"educational_qualifications" VARCHAR,
"family_size" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"pin_code" BIGINT,
"output" VARCHAR,
"feedback" VARCHAR,
"unnamed_12" VARCHAR
);
Anyone who has the link will be able to view this.