Online Retail Dataset
Transactions of a UK-based non-store online retail
@kaggle.ulrikthygepedersen_online_retail_dataset
Transactions of a UK-based non-store online retail
@kaggle.ulrikthygepedersen_online_retail_dataset
CREATE TABLE online_retail (
"invoiceno" VARCHAR,
"stockcode" VARCHAR,
"description" VARCHAR,
"quantity" BIGINT,
"invoicedate" TIMESTAMP,
"unitprice" DOUBLE,
"customerid" DOUBLE,
"country" VARCHAR
);
Anyone who has the link will be able to view this.