Baselight

Tips Dataset 2024 Istanbul

Tips Dataset 2024: Insights on Istanbul Restaurants and Waiters

@kaggle.cagrigungor_tips_dataset_2024_istanbul

Tips Dataset 2024 Istanbul
@kaggle.cagrigungor_tips_dataset_2024_istanbul.tips_dataset_2024_istanbul

  • 13.97 KB
  • 500 rows
  • 8 columns
unnamed_0

Unnamed: 0

person

Person

total

Total

cuisine

Cuisine

restaurant

Restaurant

sitting_time

Sitting Time

payment_type

Payment Type

tips

Tips

2819vegetarianRestaurant_5142mincredit_card125
131011chineseRestaurant_354mincredit_card145
264224kebabRestaurant_9112mincash330
381142seafoodRestaurant_2202mincash245
41519worldRestaurant_598mincash100
51335iskenderRestaurant_1221mincash105
611046vegetarianRestaurant_2171mincash210
742431worldRestaurant_8108minmeal_card205
871315seafoodRestaurant_9230minmeal_card230
981345fast_foodRestaurant_694mincredit_card320

CREATE TABLE tips_dataset_2024_istanbul (
  "unnamed_0" BIGINT,
  "person" BIGINT,
  "total" BIGINT,
  "cuisine" VARCHAR,
  "restaurant" VARCHAR,
  "sitting_time" VARCHAR,
  "payment_type" VARCHAR,
  "tips" BIGINT
);

Share link

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