Baselight

The Bread Basket

Suitable for Market Basket Analysis

@kaggle.mittalvasu95_the_bread_basket

Loading...
Loading...

About this Dataset

The Bread Basket

Context

The dataset belongs to "The Bread Basket" a bakery located in Edinburgh. The dataset has 20507 entries, over 9000 transactions, and 4 columns.

Content

The dataset has transactions of customers who ordered different items from this bakery online and the time period of the data is from 26-01-11 to 27-12-03.

Tables

Bread Basket

@kaggle.mittalvasu95_the_bread_basket.bread_basket
  • 176.86 KB
  • 20507 rows
  • 5 columns
Loading...

CREATE TABLE bread_basket (
  "transaction" BIGINT,
  "item" VARCHAR,
  "date_time" VARCHAR,
  "period_day" VARCHAR,
  "weekday_weekend" VARCHAR
);

Share link

Anyone who has the link will be able to view this.