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
Specifications of different types of mobiles and price are the data. the price of the mobile phones vary through many specifications and price changes accordingly.This data help to predict the price of the mobile through different feature variables.
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.