Baselight

Laptop Specs

Tech Specs and Performance Data for a Comprehensive Laptop Dataset

@kaggle.adityamishraml_laptops

Laptops
@kaggle.adityamishraml_laptops.laptops

  • 42.44 KB
  • 1272 rows
  • 23 columns
indx

Indx

company

Company

typename

TypeName

inches

Inches

touchscreen

Touchscreen

ipspanel

Ipspanel

retinadisplay

Retinadisplay

resolution_width

Resolution Width

resolution_height

Resolution Height

cpu_brand

Cpu Brand

cpu_name

Cpu Name

cpu_speed

Cpu Speed

ram

Ram

memory

Memory

hdd

Hdd

ssd

Ssd

flashstorage

Flashstorage

hybrid

Hybrid

gpu_brand

Gpu Brand

gpu_name

Gpu Name

opsys

OpSys

weight_kg

Weight Kg

price

Price

1ToshibaUltrabook13.319201080Intel Core i7 6500U 2.58256GB SSD256Intel HD Graphics 520windows1.272621
2AppleUltrabook13.31125601600Intel Core i5 2.38128GB SSD128Intel Iris Plus Graphics 640macos1.3771379
3HPNotebook17.319201080Intel Core i5 8250U 1.68128GB SSD + 1TB HDD1024128Nvidia GeForce 930MXwindows2.552055
4DellNotebook15.619201080Intel Core i5 7200U 2.541TB HDD1024Intel HD Graphics 620windows2.1835005
5HPNotebook15.619201080AMD A6-Series 9220 2.54256GB SSD256AMD Radeon R4 Graphicswindows1.8621232
6Dell2 in 1 Convertible13.3119201080Intel Core i7 8550U 1.88256GB SSD256Intel UHD Graphics 620windows1.6246301
7HPNotebook13.319201080Intel Core i7 8550U 1.88512GB SSD512Intel UHD Graphics 620windows1.4958768
8HPNotebook15.619201080Intel Core i5 8250U 1.681TB HDD1024Intel UHD Graphics 620windows2.142304
9AcerNotebook15.61366768Intel Core i3 7100U 2.441TB HDD1024Intel HD Graphics 620windows2.420460
10DellGaming15.6119201080Intel Core i7 7700HQ 2.816256GB SSD + 1TB HDD1024256Nvidia GeForce GTX 1060windows2.6579867

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.