Amazon-Phone-Dataset
Data set of all the products in phone category of amazon
@kaggle.ak47bluestack_amazonphonedataset
Data set of all the products in phone category of amazon
@kaggle.ak47bluestack_amazonphonedataset
This datasets has information about the mobile phones which are present on the amazon.
Source Code is available on -> https://github.com/ak47in/scraper
CREATE TABLE amazon_phone_dataset (
"product_name" VARCHAR,
"by_info" VARCHAR,
"product_url" VARCHAR,
"product_img" VARCHAR,
"product_price" VARCHAR,
"rating" VARCHAR,
"total_review" VARCHAR,
"ans_ask" VARCHAR,
"prod_des" VARCHAR,
"feature" VARCHAR,
"cust_review" VARCHAR
);Anyone who has the link will be able to view this.