transaction_data_all: Online Retail Data Set

transaction_data_allR Documentation

Online Retail Data Set

Description

This is a transnational data set which contains all the transactions occurring between 01/12/2010 and 09/12/2011 for a UK-based and registered non-store online retail.

Usage

transaction_data_all

Format

A tibble with 541,909 rows and 8 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.

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.