Baselight

Laptop Specs

Tech Specs and Performance Data for a Comprehensive Laptop Dataset

@kaggle.adityamishraml_laptops

Loading...
Loading...

About this Dataset

Laptop Specs

The laptops dataset contains information about different laptop models available in the market. The dataset includes features such as the laptop's brand, model name, display size, processor type and speed, RAM size, storage capacity, graphics card, and price. The dataset may also include additional information, such as the laptop's weight, battery life, operating system, and user ratings. This dataset can be used for various purposes, such as price comparison, feature analysis, and recommendation systems. It can be particularly useful for consumers looking to purchase a laptop and for businesses interested in understanding market trends and consumer preferences.

Tables

Laptops

@kaggle.adityamishraml_laptops.laptops
  • 42.44 KB
  • 1272 rows
  • 23 columns
Loading...

CREATE TABLE laptops (
  "indx" BIGINT,
  "company" VARCHAR,
  "typename" VARCHAR,
  "inches" DOUBLE,
  "touchscreen" BIGINT,
  "ipspanel" BIGINT,
  "retinadisplay" BIGINT,
  "resolution_width" BIGINT,
  "resolution_height" BIGINT,
  "cpu_brand" VARCHAR,
  "cpu_name" VARCHAR,
  "cpu_speed" DOUBLE,
  "ram" BIGINT,
  "memory" VARCHAR,
  "hdd" BIGINT,
  "ssd" BIGINT,
  "flashstorage" BIGINT,
  "hybrid" BIGINT,
  "gpu_brand" VARCHAR,
  "gpu_name" VARCHAR,
  "opsys" VARCHAR,
  "weight_kg" DOUBLE,
  "price" BIGINT
);

Share link

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