Baselight

Laptop Price Prediction Dataset

Exploring Laptop Prices: A Dataset for Predictive Analysis and Price Prediction

@kaggle.jacksondivakarr_laptop_price_prediction_dataset

Data
@kaggle.jacksondivakarr_laptop_price_prediction_dataset.data

  • 49.16 KB
  • 893 rows
  • 18 columns
unnamed_0_1

Unnamed: 0.1

unnamed_0

Unnamed: 0

brand

Brand

name

Name

price

Price

spec_rating

Spec Rating

processor

Processor

cpu

CPU

ram

Ram

ram_type

Ram Type

rom

ROM

rom_type

ROM Type

gpu

GPU

display_size

Display Size

resolution_width

Resolution Width

resolution_height

Resolution Height

os

OS

warranty

Warranty

HPVictus 15-fb0157AX Gaming Laptop49900735th Gen AMD Ryzen 5 5600HHexa Core, 12 Threads8GBDDR4512GBSSD4GB AMD Radeon RX 6500M15.619201080Windows 11 OS1
11HP15s-fq5007TU Laptop399006012th Gen Intel Core i3 1215UHexa Core (2P + 4E), 8 Threads8GBDDR4512GBSSDIntel UHD Graphics15.619201080Windows 11 OS1
22AcerOne 14 Z8-415 Laptop2699069.3235294117647111th Gen Intel Core i3 1115G4Dual Core, 4 Threads8GBDDR4512GBSSDIntel Iris Xe Graphics1419201080Windows 11 OS1
33LenovoYoga Slim 6 14IAP8 82WU0095IN Laptop597296612th Gen Intel Core i5 1240P12 Cores (4P + 8E), 16 Threads16GBLPDDR5512GBSSDIntel Integrated Iris Xe1422401400Windows 11 OS1
44AppleMacBook Air 2020 MGND3HN Laptop6999069.32352941176471Apple M1Octa Core (4P + 4E)8GBDDR4256GBSSDApple M1 Integrated Graphics13.325601600Mac OS1
55AcerExtensa EX214-53 Laptop399906212th Gen Intel Core i5 1240P12 Cores (4P + 8E), 16 Threads8GBDDR4512GBSSDIntel Iris Xe Graphics1419201080Windows 11 OS1
66DellInspiron 3520 D560896WIN9B Laptop367906012th Gen Intel Core i3 1215UHexa Core (2P + 4E), 8 Threads8GBDDR4512GBSSDIntel UHD Graphics15.619201080Windows 11 OS1
77AcerNitro V ANV15-51 2023 Gaming Laptop769906313th Gen Intel Core i5 13420HOcta Core (4P + 4E), 12 Threads16GBDDR5512GBSSD6GB NVIDIA GeForce RTX 405015.619201080Windows 11 OS1
88AsusVivobook 15 X1502ZA-EJ523WS Laptop489906412th Gen Intel Core i5 12500H12 Cores (4P + 8E), 16 Threads8GBDDR4512GBSSDIntel Iris Xe15.619201080Windows 11 OS1
99SamsungGalaxy Book2 Pro 13 Laptop749906812th Gen Intel Core i5 1240P12 Cores (4P + 8E), 16 Threads16GBLPDDR5512GBSSDIntel Iris Xe Graphics13.310801920Windows 11 OS1

CREATE TABLE data (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "brand" VARCHAR,
  "name" VARCHAR,
  "price" BIGINT,
  "spec_rating" DOUBLE,
  "processor" VARCHAR,
  "cpu" VARCHAR,
  "ram" VARCHAR,
  "ram_type" VARCHAR,
  "rom" VARCHAR,
  "rom_type" VARCHAR,
  "gpu" VARCHAR,
  "display_size" DOUBLE,
  "resolution_width" DOUBLE,
  "resolution_height" DOUBLE,
  "os" VARCHAR,
  "warranty" BIGINT
);

Share link

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