Baselight

Amazon Headset Specs

Detailed product information for over 1400 Amazon headphone listings

@kaggle.midhundasl_amazon_headset_specs

Loading...
Loading...

About this Dataset

Amazon Headset Specs

This dataset contains detailed information for over 1400 Amazon headphone products scraped from the Amazon website. The information includes Title,Actual_Price,Selling_Price,Brand,Model,Colour,Form_Factor,Connectivity_Type. The data was collected using Python and Selenium, and is provided in CSV format.

Tables

Amazon Product Details

@kaggle.midhundasl_amazon_headset_specs.amazon_product_details
  • 86.33 KB
  • 1406 rows
  • 8 columns
Loading...

CREATE TABLE amazon_product_details (
  "title" VARCHAR,
  "actual_price" DOUBLE,
  "selling_price" DOUBLE,
  "brand" VARCHAR,
  "model" VARCHAR,
  "colour" VARCHAR,
  "form_factor" VARCHAR,
  "connectivity_type" VARCHAR
);

Share link

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