Digikala (comments & Products)
Unveiling Insights into Digikala's Product Universe and Customer Sentiments
@kaggle.radeai_digikala_comments_and_products
Unveiling Insights into Digikala's Product Universe and Customer Sentiments
@kaggle.radeai_digikala_comments_and_products
CREATE TABLE digikala_comments (
"id" BIGINT,
"title" VARCHAR,
"body" VARCHAR,
"created_at" VARCHAR,
"rate" DOUBLE,
"recommendation_status" VARCHAR,
"is_buyer" BOOLEAN,
"product_id" BIGINT,
"advantages" VARCHAR,
"disadvantages" VARCHAR,
"likes" BIGINT,
"dislikes" BIGINT,
"seller_title" VARCHAR,
"seller_code" VARCHAR,
"true_to_size_rate" VARCHAR
);
CREATE TABLE digikala_products (
"id" BIGINT,
"title_fa" VARCHAR,
"rate" BIGINT,
"rate_cnt" BIGINT,
"category1" VARCHAR,
"category2" VARCHAR,
"brand" VARCHAR,
"price" BIGINT,
"seller" VARCHAR,
"is_fake" BOOLEAN,
"min_price_last_month" BIGINT,
"sub_category" VARCHAR
);
Anyone who has the link will be able to view this.