Retail Transactional Dataset
Exploring Insights into Consumer Behavior and Operations in Retail Transactions
@kaggle.bhavikjikadara_retail_transactional_dataset
Exploring Insights into Consumer Behavior and Operations in Retail Transactions
@kaggle.bhavikjikadara_retail_transactional_dataset
CREATE TABLE retail_data (
"transaction_id" DOUBLE,
"customer_id" DOUBLE,
"name" VARCHAR,
"email" VARCHAR,
"phone" DOUBLE,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zipcode" DOUBLE,
"country" VARCHAR,
"age" DOUBLE,
"gender" VARCHAR,
"income" VARCHAR,
"customer_segment" VARCHAR,
"date" VARCHAR,
"year" DOUBLE,
"month" VARCHAR,
"time" VARCHAR,
"total_purchases" DOUBLE,
"amount" DOUBLE,
"total_amount" DOUBLE,
"product_category" VARCHAR,
"product_brand" VARCHAR,
"product_type" VARCHAR,
"feedback" VARCHAR,
"shipping_method" VARCHAR,
"payment_method" VARCHAR,
"order_status" VARCHAR,
"ratings" DOUBLE,
"products" VARCHAR
);
Anyone who has the link will be able to view this.