Online Retail Dataset
This dataset consists of transactional data for a registered non-store online retail firm based in the UK, spanning December 1, 2010 to December 9, 2011. The firm mainly deals in distinctive all-occasion gifts, with the majority of customers being wholesalers.
Variables Overview
- InvoiceNo: Invoice number - 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 - A 5-digit integral number uniquely assigned to each distinct product.
- Description: Product (item) name
- Quantity: The quantities of each product (item) per transaction. Numeric.
- InvoiceDate: Invice date and time. Numeric. The day and time when a transaction was generated.
- UnitPrice: Unit price. Numeric. Product price per unit in sterling (£).
- CustomerID: Customer number. Nominal. A 5-digit integral number uniquely assigned to each customer.
- Country: Country name. Nominal. The name of the country where a customer resides.