Toy Products On Amazon
10,000 toy products on Amazon.com
@kaggle.promptcloudhq_toy_products_on_amazon
10,000 toy products on Amazon.com
@kaggle.promptcloudhq_toy_products_on_amazon
CREATE TABLE amazon_co_ecommerce_sample (
"uniq_id" VARCHAR,
"product_name" VARCHAR,
"manufacturer" VARCHAR,
"price" VARCHAR,
"number_available_in_stock" VARCHAR,
"number_of_reviews" DOUBLE,
"number_of_answered_questions" DOUBLE,
"average_review_rating" VARCHAR,
"amazon_category_and_sub_category" VARCHAR,
"customers_who_bought_this_item_also_bought" VARCHAR,
"description" VARCHAR,
"product_information" VARCHAR,
"product_description" VARCHAR,
"items_customers_buy_after_viewing_this_item" VARCHAR,
"customer_questions_and_answers" VARCHAR,
"customer_reviews" VARCHAR,
"sellers" VARCHAR
);
Anyone who has the link will be able to view this.