RESTRAUNANT TIPS
"Restaurant Tips Dataset: Analyzing Customer Gratuity and Dining Experience"
@kaggle.umairziact_restraunant_tips
"Restaurant Tips Dataset: Analyzing Customer Gratuity and Dining Experience"
@kaggle.umairziact_restraunant_tips
CREATE TABLE tips_data (
"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.