Coffee Sales
Coffee sales in a vending machine
@kaggle.ihelon_coffee_sales
Coffee sales in a vending machine
@kaggle.ihelon_coffee_sales
This dataset contains detailed records of coffee sales from a vending machine.
The vending machine is the work of a dataset author who is committed to providing an open dataset to the community.
It is intended for analysis of purchasing patterns, sales trends, and customer preferences related to coffee products.
The dataset spans from March 2024 to Present time, capturing daily transaction data. And new information continues to be added.
Yaroslav Isaienkov @ihelon
CREATE TABLE index (
  "date" TIMESTAMP,
  "datetime" TIMESTAMP,
  "cash_type" VARCHAR,
  "card" VARCHAR,
  "money" DOUBLE,
  "coffee_name" VARCHAR
);Anyone who has the link will be able to view this.