Baselight

Online Retail

transactions occurring between 01/12/2010 and 09/12/2011 for a UK-based retailr

@kaggle.zsinghrahulk_online_retail

Retail Detail
@kaggle.zsinghrahulk_online_retail.retail_detail

  • 5.6 KB
  • 8 rows
  • 7 columns
variable_name

Variable Name

role

Role

type

Type

demographic

Demographic

description

Description

units

Units

missing_values

Missing Values

InvoiceNoIDCategoricala 6-digit integral number uniquely assigned to each transaction. If this code starts with letter 'c', it indicates a cancellationnanno
StockCodeIDCategoricala 5-digit integral number uniquely assigned to each distinct productnanno
DescriptionFeatureCategoricalproduct namenanno
QuantityFeatureIntegerthe quantities of each product (item) per transactionnanno
InvoiceDateFeatureDatethe day and time when each transaction was generatednanno
UnitPriceFeatureContinuousproduct price per unitsterlingno
CustomerIDFeatureCategoricala 5-digit integral number uniquely assigned to each customernanno
CountryFeatureCategoricalthe name of the country where each customer residesnanno

CREATE TABLE retail_detail (
  "variable_name" VARCHAR,
  "role" VARCHAR,
  "type" VARCHAR,
  "demographic" VARCHAR,
  "description" VARCHAR,
  "units" VARCHAR,
  "missing_values" VARCHAR
);

Share link

Anyone who has the link will be able to view this.