Online Retail Data II
A real online retail transaction data set of two years.
@kaggle.whenamancodes_online_retail_data_ii
A real online retail transaction data set of two years.
@kaggle.whenamancodes_online_retail_data_ii
CREATE TABLE online_retail_data_year_2009_2010_2011 (
"invoice" VARCHAR,
"stockcode" VARCHAR,
"description" VARCHAR,
"quantity" BIGINT,
"invoicedate" VARCHAR,
"price" DOUBLE,
"customer_id" DOUBLE,
"country" VARCHAR
);
Anyone who has the link will be able to view this.