Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 586 Bytes

File metadata and controls

8 lines (8 loc) · 586 Bytes
Column Name Data Type Description
InvoiceNo String A 6-digit integral number uniquely assigned to each transaction.
StockCode String A 5-digit integral number uniquely assigned to each distinct product.
Quantity Integer The quantities of each product (item) per transaction.
UnitPrice Currency Product price per unit in Sterling (£).
CustomerID String A 5-digit integral number uniquely assigned to each customer.
Country String The name of the country where each customer resides.