Top 5 Mobile Brands Amazon Dataset
Awesome smartphone brands data out here!!
@kaggle.shreyamishra0307_top_5_mobile_brands_amazon_dataset
Awesome smartphone brands data out here!!
@kaggle.shreyamishra0307_top_5_mobile_brands_amazon_dataset
World on your fingers!! isn't it? with smartphones becoming necessity of our lives, here I bring a dataset containing 1900+ details of the Top five smartphone brands of India (Apple, Samsung, Xiaomi, Oppo, Vivo) listed on amazon containing necessary details such as product description, Price, Rating, ReviewCount, and Url.
CREATE TABLE amazon_top5_mobilephones (
"description" VARCHAR,
"price" BIGINT,
"rating" VARCHAR,
"reviewcount" VARCHAR,
"url" VARCHAR
);
Anyone who has the link will be able to view this.