Baselight

Online Retail Data II

A real online retail transaction data set of two years.

@kaggle.whenamancodes_online_retail_data_ii

Loading...
Loading...

About this Dataset

Online Retail Data II

This Online Retail Data II contains all the transactions occurring for a UK-based and registered, non-store online retail between 01/12/2009 and 09/12/2011.The company mainly sells unique all-occasion gift-ware. Many customers of the company are wholesalers.

Columns Description
InvoiceNo Invoice number (Nominal. A 6-digit integral number uniquely assigned to each transaction. If this code starts with the letter 'c', it indicates a cancellation.)
StockCode Product (item) code (Nominal. A 5-digit integral number uniquely assigned to each distinct product.)
Description Product (item) name
Quantity The quantities of each product (item) per transaction
InvoiceDate Invoice date and time
UnitPrice Product price per unit in sterling (£)
CustomerID Customer number (Nominal. A 5-digit integral number uniquely assigned to each customer.)
Country The name of the country where a customer resides.

More

  • Find More Exciting🙀 Datasets Here
  • An Upvote👍 A Dayᕙ(`▿´)ᕗ , Keeps Aman Hurray Hurray..... ٩(˘◡˘)۶Haha

Tables

Online Retail Data Year 2009–2010–2011

@kaggle.whenamancodes_online_retail_data_ii.online_retail_data_year_2009_2010_2011
  • 6.72 MB
  • 1044848 rows
  • 8 columns
Loading...

CREATE TABLE online_retail_data_year_2009_2010_2011 (
  "invoice" VARCHAR,
  "stockcode" VARCHAR,
  "description" VARCHAR,
  "quantity" BIGINT,
  "invoicedate" VARCHAR,
  "price" DOUBLE,
  "customer_id" DOUBLE,
  "country" VARCHAR
);

Share link

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