Baselight

Restaurant Bill & Tip Study

Predicting tip amounts based on meal cost, party size, and dining factors.

@kaggle.ahmadrazakashif_restaurant_bill_and_tip_study

Loading...
Loading...

About this Dataset

Restaurant Bill & Tip Study

This dataset contains data about restaurant bills and tips, including the total bill, tip amount, gender, smoking status, day, time of meal, and party size. It is commonly used to study tipping conduct and customer spending patterns

Tables

Tip

@kaggle.ahmadrazakashif_restaurant_bill_and_tip_study.tip
  • 7.62 kB
  • 244 rows
  • 7 columns
Loading...
CREATE TABLE tip (
  "total_bill" DOUBLE,
  "tip" DOUBLE,
  "sex" VARCHAR,
  "smoker" VARCHAR,
  "day" VARCHAR,
  "time" VARCHAR,
  "size" BIGINT
);

Share link

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