Restaurant Customer Payments Dataset
Details of meals, payments, and tips.
@kaggle.ayeshaimran123_restaurant_customer_payments_dataset
Details of meals, payments, and tips.
@kaggle.ayeshaimran123_restaurant_customer_payments_dataset
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.
The dataset has restaurant bils, tips, and customer details like gender, smoking status, day, time, and group size.
It is often used for learning data analycis and understanding customer spending and tiping habits.
It is based on resturant tipping records and is often used for teaching, learning, and practcing data analysis.
This dataset is open for public use and can frely used for learning, teaching, and research.
CREATE TABLE tip (
"total_bill" DOUBLE,
"tip" DOUBLE,
"sex" VARCHAR,
"smoker" VARCHAR,
"day" VARCHAR,
"time" VARCHAR,
"size" BIGINT
);
Anyone who has the link will be able to view this.