Television Brands Ecommerce Dataset
Dataset about products, specifications and ratings of various TV brands
@kaggle.devsubhash_television_brands_ecommerce_dataset
Dataset about products, specifications and ratings of various TV brands
@kaggle.devsubhash_television_brands_ecommerce_dataset
CREATE TABLE tv_final (
"brand" VARCHAR,
"resolution" VARCHAR,
"size" BIGINT,
"selling_price" BIGINT,
"original_price" BIGINT,
"operating_system" VARCHAR,
"rating" DOUBLE
);
Anyone who has the link will be able to view this.