Coffee Sales Trends Data
Coffee Sales Transaction Records by Product, Payment Method, and Time.
@kaggle.ayeshaimran123_coffee_sales_trends_data
Coffee Sales Transaction Records by Product, Payment Method, and Time.
@kaggle.ayeshaimran123_coffee_sales_trends_data
The type of coffee bought, the payment method, the sale amount, the date, and the time are all included in this dataset comprehnsive records of coffee shop purchase. Additionally, it ofers time based classiffications such hour of the day, time of day, weekday, and month, which makes it helpful for examining payment preferences, sales paterns, and consumer behavior.
This dataset contains coffee shop sales record details such as sale time, payment method, amount spent, and cofee type. It also includes time-based catgorized for easier analysis of sales paterns and customer behavior.
Coffee busineses make sales all day long, and by examning these transactions, they may determine payment patterns, popular drinks, peak hours, and consumer prefernces. This dataset offers organized data for examining sales behavior, seasonal trends, and overall company sucess.
The dataset is compiled from coffee shop sales records, organzed with details of transctions such as time, date, payment method, and amount. It is structured for analycis of customer behavior and sales trends.
Thanks to the coffee shop managment and staff whos sales records made this dataset posible, providing insigts into daily transctions and customer trends.
CREATE TABLE coffe_sales_4 (
"hour_of_day" BIGINT,
"cash_type" VARCHAR,
"money" DOUBLE,
"coffee_name" VARCHAR,
"time_of_day" VARCHAR,
"weekday" VARCHAR,
"month_name" VARCHAR,
"weekdaysort" BIGINT,
"monthsort" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR
);
Anyone who has the link will be able to view this.