Mobile Price Hike Data
Specifications of mobile and it's price
@kaggle.midhundasl_mobile_price_hike_data
Specifications of mobile and it's price
@kaggle.midhundasl_mobile_price_hike_data
CREATE TABLE mobile_dataset (
"brand" VARCHAR,
"model" VARCHAR,
"base_color" VARCHAR,
"processor" VARCHAR,
"screen_size" VARCHAR,
"rom" BIGINT,
"ram" BIGINT,
"display_size" DOUBLE,
"num_rear_camera" BIGINT,
"num_front_camera" BIGINT,
"battery_capacity" BIGINT,
"ratings" DOUBLE,
"num_of_ratings" BIGINT,
"sales_price" BIGINT,
"discount_percent" DOUBLE,
"sales" DOUBLE
);
Anyone who has the link will be able to view this.