Baselight

Mobile Price Hike Data

Specifications of mobile and it's price

@kaggle.midhundasl_mobile_price_hike_data

Loading...
Loading...

About this Dataset

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.

Tables

Mobile Dataset

@kaggle.midhundasl_mobile_price_hike_data.mobile_dataset
  • 18.83 KB
  • 430 rows
  • 16 columns
Loading...

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
);

Share link

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