Baselight

Online Food Dataset

Demographics & Locations in Online Food Ordering

@kaggle.sudarshan24byte_online_food_dataset

Onlinefoods
@kaggle.sudarshan24byte_online_food_dataset.onlinefoods

  • 12.82 KB
  • 388 rows
  • 13 columns
age

Age

gender

Gender

marital_status

Marital Status

occupation

Occupation

monthly_income

Monthly Income

educational_qualifications

Educational Qualifications

family_size

Family Size

latitude

Latitude

longitude

Longitude

pin_code

Pin Code

output

Output

feedback

Feedback

unnamed_12

Unnamed: 12

20FemaleSingleStudentNo IncomePost Graduate412.976677.5993560001YesPositiveYes
24FemaleSingleStudentBelow Rs.10000Graduate312.97777.5773560009YesPositiveYes
22MaleSingleStudentBelow Rs.10000Post Graduate312.955177.6593560017YesNegative Yes
22FemaleSingleStudentNo IncomeGraduate612.947377.5616560019YesPositiveYes
22MaleSingleStudentBelow Rs.10000Post Graduate412.98577.5533560010YesPositiveYes
27FemaleMarriedEmployeeMore than 50000Post Graduate212.929977.6848560103YesPositiveYes
22MaleSingleStudentNo IncomeGraduate312.97777.5773560009YesPositiveYes
24FemaleSingleStudentNo IncomePost Graduate312.982877.6131560042YesPositiveYes
23FemaleSingleStudentNo IncomePost Graduate212.976677.5993560001YesPositiveYes
23FemaleSingleStudentNo IncomePost Graduate412.985477.7081560048YesPositiveYes

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
);

Share link

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