Online Sales Dataset - Popular Marketplace Data
Global Transactions Across Various Product Categories
@kaggle.shreyanshverma27_online_sales_dataset_popular_marketplace_data
Global Transactions Across Various Product Categories
@kaggle.shreyanshverma27_online_sales_dataset_popular_marketplace_data
This dataset provides a comprehensive overview of online sales transactions across different product categories. Each row represents a single transaction with detailed information such as the order ID, date, category, product name, quantity sold, unit price, total price, region, and payment method.
CREATE TABLE online_sales_data (
"transaction_id" BIGINT,
"date" TIMESTAMP,
"product_category" VARCHAR,
"product_name" VARCHAR,
"units_sold" BIGINT,
"unit_price" DOUBLE,
"total_revenue" DOUBLE,
"region" VARCHAR,
"payment_method" VARCHAR
);Anyone who has the link will be able to view this.