Variables Table Variable Name Role Type Demographic Description Units Missing Values InvoiceNo ID Categorical a 6-digit integral number uniquely assigned to each transaction. If this code starts with letter 'c', it indicates a cancellation no StockCode ID Categorical a 5-digit integral number uniquely assigned to each distinct product no Description Feature Categorical product name no Quantity Feature Integer the quantities of each product (item) per transaction no InvoiceDate Feature Date the day and time when each transaction was generated no UnitPrice Feature Continuous product price per unit sterling no CustomerID Feature Categorical a 5-digit integral number uniquely assigned to each customer no Country Feature Categorical the name of the country where each customer resides no
Additional Variable Information InvoiceNo: Invoice number. Nominal, a 6-digit integral number uniquely assigned to each transaction. If this code starts with 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. Nominal. Quantity: The quantities of each product (item) per transaction. Numeric. InvoiceDate: Invice Date and time. Numeric, the day and time when each 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 each customer resides.