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
A Comprehensive Collection of Laptop Models and Specifications from Ryan's Store
@kaggle.msjahid_ryans_laptop_inventory_and_specifications
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
);
Anyone who has the link will be able to view this.