Baselight

Amazon TV Product Data

TV Listings with Ratings and Prices from Amazon India

@kaggle.akashbabu17_amazon_tv_product_data

Loading...
Loading...

About this Dataset

Amazon TV Product Data

Dataset Overview

Description:

This dataset contains information about TV products available on Amazon India. The data is collected from the search results pages of Amazon, covering the first 10 pages of results. Each record provides details about individual TV products, including their name, rating, base price, MRP, and service type.

Data Fields:

  • Product_name: The name of the TV product as listed on Amazon.
  • Rating: The customer rating of the product, if available. This typically appears in a star format.
  • Base_Price: The base price of the TV product.
  • MRP: The Maximum Retail Price (MRP) of the TV product, if listed.

Number of Records:

This dataset includes information for multiple TV products scraped from the first 10 pages of Amazon's search results.

Data Source:

Amazon India [https://www.amazon.in/s?k=TV&rh=n%3A1389396031]

Purpose:

The dataset is useful for analyzing product trends, price comparison, and customer reviews for TVs on Amazon India. It can be leveraged for various data science tasks such as price prediction, sentiment analysis, and market research.

Usage Notes:

  • The data was scraped using web scraping techniques. Ensure that any use of this data complies with Amazon’s terms of service and usage policies.
  • The dataset may contain missing values where certain information (like MRP or service type) was not available on the scraped pages.

Example Record:

Product_name Rating Base_Price MRP
LG 43 Inches 4K Ultra HD Smart TV 4.5 out of 5 30,000 INR 35,000 INR
Samsung 32 Inch HD Ready LED TV 4.2 out of 5 15,000 INR 18,000 INR

Keywords:

Amazon, TV, Product Data, Web Scraping, Price Comparison, Rating Analysis

Tables

Amazon Tv Data

@kaggle.akashbabu17_amazon_tv_product_data.amazon_tv_data
  • 5.46 KB
  • 31 rows
  • 4 columns
Loading...

CREATE TABLE amazon_tv_data (
  "product_name" VARCHAR,
  "rating" VARCHAR,
  "base_price" BIGINT,
  "mrp" BIGINT
);

Share link

Anyone who has the link will be able to view this.