Baselight

Ryan's Laptop Inventory And Specifications

A Comprehensive Collection of Laptop Models and Specifications from Ryan's Store

@kaggle.msjahid_ryans_laptop_inventory_and_specifications

Loading...
Loading...

About this Dataset

Ryan's Laptop Inventory And Specifications

Ryan's Laptop Inventory and Specifications

A Comprehensive Collection of Laptop Models and Specifications from Ryan's Store

This dataset contains detailed information on laptops available at Ryan's store. It includes the following attributes:

  • Link: URL link to the laptop product page.
  • Brand: The brand of the laptop.
  • Model: The model name of the laptop.
  • Laptop Series: The series or product line to which the laptop belongs.
  • Part No: Part number or product identifier of the laptop.
  • Processor Brand: The brand of the processor.
  • Processor Type: The type of processor (e.g., Intel Core i5, AMD Ryzen 7).
  • Processor Model: The specific model of the processor.
  • Processor Core: The number of processor cores.
  • RAM: The amount of RAM (Random Access Memory) in the laptop.
  • RAM Type: The type of RAM used in the laptop.
  • HDD RPM: The rotational speed of the hard disk drive (if applicable).
  • Installed SSD Type: The type of SSD (Solid State Drive) installed in the laptop.
  • Graphics Chipset: The chipset of the graphics card.
  • Graphics Memory Accessibility: Accessibility of the graphics memory (e.g., dedicated, integrated).
  • Graphics Memory: The amount of graphics memory.
  • Display Size (Inch): The size of the laptop display in inches.
  • Display Type: The type of display technology (e.g., LED, LCD).
  • Display Resolution: The resolution of the display.
  • Touch Screen: Indicates whether the laptop has a touchscreen feature.
  • Optical Drive: Presence of an optical drive (e.g., DVD-ROM).
  • HDMI Port: Presence of an HDMI port.
  • LAN: Presence of LAN (Local Area Network) port.
  • Finger Print Sensor: Presence of a fingerprint sensor for biometric authentication.
  • Operating System: The operating system pre-installed on the laptop.
  • Color: The color of the laptop.
  • Weight (Kg): The weight of the laptop in kilograms.
  • Power Adapter: Specifications of the laptop's power adapter.
  • Warranty: Warranty information for the laptop.
  • Country Of Origin: The country where the laptop was manufactured.

This dataset provides valuable insights for consumers, retailers, and analysts interested in laptop specifications and market trends.

Tables

Ryans Laptop Inventory

@kaggle.msjahid_ryans_laptop_inventory_and_specifications.ryans_laptop_inventory
  • 56.89 KB
  • 1170 rows
  • 30 columns
Loading...

CREATE TABLE ryans_laptop_inventory (
  "link" VARCHAR,
  "brand" VARCHAR,
  "model" VARCHAR,
  "laptop_series" VARCHAR,
  "part_no" VARCHAR,
  "processor_brand" VARCHAR,
  "processor_type" VARCHAR,
  "processor_model" VARCHAR,
  "processor_core" VARCHAR,
  "ram" VARCHAR,
  "ram_type" VARCHAR,
  "hdd_rpm" VARCHAR,
  "installed_ssd_type" VARCHAR,
  "graphics_chipset" VARCHAR,
  "graphics_memory_accessibility" VARCHAR,
  "graphics_memory" VARCHAR,
  "display_size_inch" VARCHAR,
  "display_type" VARCHAR,
  "display_resolution" VARCHAR,
  "touch_screen" VARCHAR,
  "optical_drive" VARCHAR,
  "hdmi_port" VARCHAR,
  "lan" VARCHAR,
  "finger_print_sensor" VARCHAR,
  "operating_system" VARCHAR,
  "color" VARCHAR,
  "weight_kg" VARCHAR,
  "power_adapter" VARCHAR,
  "warranty" VARCHAR,
  "country_of_origin" VARCHAR
);

Share link

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