Ebay Laptops & Netbooks Sales
Shop eBay for Laptops & Netbooks: Find Your Perfect Tech!
@kaggle.elvinrustam_ebay_laptops_and_netbooks_sales
Shop eBay for Laptops & Netbooks: Find Your Perfect Tech!
@kaggle.elvinrustam_ebay_laptops_and_netbooks_sales
CREATE TABLE ebaypclaptopsandnetbooksclean (
"brand" VARCHAR,
"price" DOUBLE,
"currency" VARCHAR,
"color" VARCHAR,
"features" VARCHAR,
"condition" VARCHAR,
"condition_description" VARCHAR,
"seller_note" VARCHAR,
"gpu" VARCHAR,
"processor" VARCHAR,
"processor_speed" VARCHAR,
"processor_speed_unit" VARCHAR,
"type" VARCHAR,
"width_of_the_display" DOUBLE,
"height_of_the_display" DOUBLE,
"os" VARCHAR,
"storage_type" VARCHAR,
"hard_drive_capacity" DOUBLE,
"hard_drive_capacity_unit" VARCHAR,
"ssd_capacity" DOUBLE,
"ssd_capacity_unit" VARCHAR,
"screen_size_inch" VARCHAR,
"ram_size" DOUBLE,
"ram_size_unit" VARCHAR
);
CREATE TABLE ebaypclaptopsandnetbooksunclean (
"brand" VARCHAR,
"price" VARCHAR,
"rating" VARCHAR,
"ratings_count" DOUBLE,
"condition" VARCHAR,
"seller_note" VARCHAR,
"processor" VARCHAR,
"screen_size" VARCHAR,
"manufacturer_color" VARCHAR,
"color" VARCHAR,
"ram_size" VARCHAR,
"ssd_capacity" VARCHAR,
"gpu" VARCHAR,
"processor_speed" VARCHAR,
"type" VARCHAR,
"release_year" VARCHAR,
"maximum_resolution" VARCHAR,
"model" VARCHAR,
"os" VARCHAR,
"features" VARCHAR,
"hard_drive_capacity" VARCHAR,
"country_region_of_manufacture" VARCHAR,
"storage_type" VARCHAR
);
Anyone who has the link will be able to view this.