transaction_data_t0: Transaction records from 01/12/2010 to 31/05/2011

transaction_data_t0R Documentation

Transaction records from 01/12/2010 to 31/05/2011

Description

This is a transactional data set which includes all customers' transaction from 01/12/2010 to 31/05/2011. Each record represents each transaction of customers.

Usage

transaction_data_t0

Format

A tibble with 145,450 rows and 9 variables:

InvoiceNo

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

chr. Product (item) code. Nominal, a 5-digit integral number uniquely assigned to each distinct product.

Description

chr. Product (item) name. Nominal.

Quantity

num. The quantities of each product (item) per transaction. Numeric.

InvoiceDate

POSIXct. Invoice Date and time. Numeric, the day and time when each transaction was generated.

UnitPrice

num. Unit price. Numeric, Product price per unit in sterling.

CustomerID

num. Customer number. Nominal, a 5-digit integral number uniquely assigned to each customer.

Country

chr. Country name. Nominal, the name of the country where each customer resides.

revenue

num. UnitPrice x Quantity

Details

Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

Source

https://archive.ics.uci.edu/ml/datasets/Online+Retail


maxleungtszchun/customerAnalytics documentation built on July 27, 2023, 9:24 a.m.