Baselight

Laptops Price Dataset

Dataset with laptops information, including selling price

@kaggle.juanmerinobermejo_laptops_price_dataset

Laptops
@kaggle.juanmerinobermejo_laptops_price_dataset.laptops

  • 84.06 KB
  • 2160 rows
  • 12 columns
laptop

Laptop

status

Status

brand

Brand

model

Model

cpu

CPU

ram

RAM

storage

Storage

storage_type

Storage Type

gpu

GPU

screen

Screen

touch

Touch

final_price

Final Price

ASUS ExpertBook B1 B1502CBA-EJ0436X Intel Core i5-1235U/8GB/512GB SSD/15.6"NewAsusExpertBookIntel Core i58512SSDnan15.6No1009
Alurin Go Start Intel Celeron N4020/8GB/256GB SSD/15.6"NewAlurinGoIntel Celeron8256SSDnan15.6No299
ASUS ExpertBook B1 B1502CBA-EJ0424X Intel Core i3-1215U/8GB/256GB SSD/15.6"NewAsusExpertBookIntel Core i38256SSDnan15.6No789
MSI Katana GF66 12UC-082XES Intel Core i7-12700H/16GB/1TB SSD/RTX3050/15.6"NewMSIKatanaIntel Core i7161000SSDRTX 305015.6No1199
HP 15S-FQ5085NS Intel Core i5-1235U/16GB/512GB SSD/15.6"NewHP15SIntel Core i516512SSDnan15.6No669.01
MSI Crosshair 17 C12VF-264XES Intel Core i7-12650H/32GB/1TB SSD/RTX 4060/17.3"NewMSICrosshairIntel Core i7321000SSDRTX 406017.3No1699
Lenovo Thinkpad E14 Gen 4 AMD Ryzen 5 5625U/8GB/256GB SSD/14"NewLenovoThinkPadAMD Ryzen 58256SSDnan14No909
ASUS VivoBook 15 F515JA-EJ2882W Intel Core i7-1065G7/8GB/512GB SSD/15.6"NewAsusVivoBookIntel Core i78512SSDnan15.6No809.01
Medion Akoya E15415 Intel Core i5-10210U/8GB/256GB SSD/15.6"NewMedionAkoyaIntel Core i58256SSDnan15.6No519
HP Victus 16-d1038ns Intel Core i7-12700H/16GB/512GB SSD/RTX 3050/16.1"NewHPVictusIntel Core i716512SSDRTX 305016.1No1149

CREATE TABLE laptops (
  "laptop" VARCHAR,
  "status" VARCHAR,
  "brand" VARCHAR,
  "model" VARCHAR,
  "cpu" VARCHAR,
  "ram" BIGINT,
  "storage" BIGINT,
  "storage_type" VARCHAR,
  "gpu" VARCHAR,
  "screen" DOUBLE,
  "touch" VARCHAR,
  "final_price" DOUBLE
);

Share link

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