Kyrgyz Products On Amazon
Kyrgyz Products on Amazon: Pricing, Ratings, and Descriptions
@kaggle.dinaraabakirova_kyrgyz_products_on_amazon
Kyrgyz Products on Amazon: Pricing, Ratings, and Descriptions
@kaggle.dinaraabakirova_kyrgyz_products_on_amazon
This dataset contains information about products related to the search term "kyrgyz" on Amazon. It includes the product description, price, rating, review count, and URL for each item. The data was collected using a web scraping script with Selenium and BeautifulSoup.
CREATE TABLE kyrgyz_products_on_amazon (
"description" VARCHAR,
"price" VARCHAR,
"rating" VARCHAR,
"reviewcount" VARCHAR,
"url" VARCHAR
);Anyone who has the link will be able to view this.