| 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. |