Baselight

Restaurant Customer Payments Dataset

Details of meals, payments, and tips.

@kaggle.ayeshaimran123_restaurant_customer_payments_dataset

Loading...
Loading...

About this Dataset

Restaurant Customer Payments Dataset

Description:

This dataset contains information about resturant bills and the tips given by customers. It includes details such as the total bill, tip amount, customer gender, smoking stattus, day, time of meal, and group size. It can be use to study spending and tiping habits.

Content:

The dataset has restaurant bils, tips, and customer details like gender, smoking status, day, time, and group size.

Context:

It is often used for learning data analycis and understanding customer spending and tiping habits.

Acknowledgment:

It is based on resturant tipping records and is often used for teaching, learning, and practcing data analysis.

License:

This dataset is open for public use and can frely used for learning, teaching, and research.

Tables

Tip

@kaggle.ayeshaimran123_restaurant_customer_payments_dataset.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.