Baselight

Laptop Prices

Laptops Dataset for prediction of laptop prices.

@kaggle.abdelrahmanemad594_laptop_prices

Laptop Price
@kaggle.abdelrahmanemad594_laptop_prices.laptop_price

  • 33.92 KB
  • 1146 rows
  • 18 columns
company

Company

product

Product

typename

TypeName

inches

Inches

screenresolution

ScreenResolution

ram

Ram

opsys

OpSys

cpu_brand

Cpu Brand

cpu_model

Cpu Model

cpu_rate

Cpu Rate

ssd

SSD

hdd

HDD

flash_storage

Flash Storage

hybrid

Hybrid

gpu_brand

Gpu Brand

gpu_model

Gpu Model

unnamed_16

Unnamed: 16

price_euros

Price Euros

HP250 G6Notebook15.6Full HD 1920x10808GBNo OSIntelCore i5 7200U2.5GHz256IntelHD Graphics 620575
AcerAspire 3Notebook15.61366x7684GBWindows 10AMDA9-Series 94203GHz500AMDRadeon R5400
AsusZenBook UX430UNUltrabook14Full HD 1920x108016GBWindows 10IntelCore i7 8550U1.8GHz512NvidiaGeForce MX1501495
AcerSwift 3Ultrabook14IPS Panel Full HD 1920x10808GBWindows 10IntelCore i5 8250U1.6GHz256IntelUHD Graphics 620770
HP250 G6Notebook15.61366x7684GBNo OSIntelCore i5 7200U2.5GHz500IntelHD Graphics 620393.9
HP250 G6Notebook15.6Full HD 1920x10804GBNo OSIntelCore i3 6006U2GHz500IntelHD Graphics 520344.99
DellInspiron 3567Notebook15.6Full HD 1920x10804GBWindows 10IntelCore i3 6006U2GHz256AMDRadeon R5 M430498.9
DellInspiron 3567Notebook15.6Full HD 1920x10808GBWindows 10IntelCore i7 7500U2.7GHz256AMDRadeon R5 M430745
LenovoIdeaPad 320-15IKBNotebook15.6Full HD 1920x10808GBNo OSIntelCore i3 7100U2.4GHz1NvidiaGeForce 940MX499
DellXPS 13Ultrabook13.3IPS Panel Full HD / Touchscreen 1920x10808GBWindows 10IntelCore i5 8250U1.6GHz128IntelUHD Graphics 620979

CREATE TABLE laptop_price (
  "company" VARCHAR,
  "product" VARCHAR,
  "typename" VARCHAR,
  "inches" DOUBLE,
  "screenresolution" VARCHAR,
  "ram" VARCHAR,
  "opsys" VARCHAR,
  "cpu_brand" VARCHAR,
  "cpu_model" VARCHAR,
  "cpu_rate" VARCHAR,
  "ssd" BIGINT,
  "hdd" BIGINT,
  "flash_storage" BIGINT,
  "hybrid" BIGINT,
  "gpu_brand" VARCHAR,
  "gpu_model" VARCHAR,
  "unnamed_16" VARCHAR,
  "price_euros" DOUBLE
);

Share link

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