Summer Products Sales Performance
E-commerce sales performance and ratings data for summer products
@kaggle.thedevastator_summer_products_sales_performance
E-commerce sales performance and ratings data for summer products
@kaggle.thedevastator_summer_products_sales_performance
CREATE TABLE computed_insight_success_of_active_sellers (
"index" BIGINT,
"merchantid" VARCHAR,
"listedproducts" BIGINT,
"totalunitssold" BIGINT,
"meanunitssoldperproduct" DOUBLE,
"rating" DOUBLE,
"merchantratingscount" DOUBLE,
"meanproductprices" DOUBLE,
"meanretailprices" DOUBLE,
"averagediscount" DOUBLE,
"meandiscount" DOUBLE,
"meanproductratingscount" DOUBLE,
"totalurgencycount" DOUBLE,
"urgencytextrate" DOUBLE
);
CREATE TABLE summer_products_with_rating_and_performance_2020_08 (
"index" BIGINT,
"title" VARCHAR,
"title_orig" VARCHAR,
"price" DOUBLE,
"retail_price" BIGINT,
"currency_buyer" VARCHAR,
"units_sold" BIGINT,
"uses_ad_boosts" BIGINT,
"rating" DOUBLE,
"rating_count" BIGINT,
"rating_five_count" DOUBLE,
"rating_four_count" DOUBLE,
"rating_three_count" DOUBLE,
"rating_two_count" DOUBLE,
"rating_one_count" DOUBLE,
"badges_count" BIGINT,
"badge_local_product" BIGINT,
"badge_product_quality" BIGINT,
"badge_fast_shipping" BIGINT,
"tags" VARCHAR,
"product_color" VARCHAR,
"product_variation_size_id" VARCHAR,
"product_variation_inventory" BIGINT,
"shipping_option_name" VARCHAR,
"shipping_option_price" BIGINT,
"shipping_is_express" BIGINT,
"countries_shipped_to" BIGINT,
"inventory_total" BIGINT,
"has_urgency_banner" DOUBLE,
"urgency_text" VARCHAR,
"origin_country" VARCHAR,
"merchant_title" VARCHAR,
"merchant_name" VARCHAR,
"merchant_info_subtitle" VARCHAR,
"merchant_rating_count" BIGINT,
"merchant_rating" DOUBLE,
"merchant_id" VARCHAR,
"merchant_has_profile_picture" BIGINT,
"merchant_profile_picture" VARCHAR,
"product_url" VARCHAR,
"product_picture" VARCHAR,
"product_id" VARCHAR,
"theme" VARCHAR,
"crawl_month" VARCHAR
);
CREATE TABLE unique_categories (
"index" BIGINT,
"tag" VARCHAR
);
CREATE TABLE unique_categories_sorted_by_count (
"index" BIGINT,
"count" BIGINT,
"tag" VARCHAR
);
Anyone who has the link will be able to view this.