Skip to contents

This dataset, smartphones5G_tbl_df, is a tibble containing detailed information about 5G smartphones available in India as of 2022. It includes product names, processor details, camera specifications, display size, RAM, storage, battery, Android version, pricing from two different websites, the real price available, and scores by SmartPrice. The dataset preserves the original structure from its source on Kaggle.

Usage

data(smartphones5G_tbl_df)

Format

A tibble with 257 observations and 15 variables:

product name

Name of the smartphone product (character)

processor name

Name of the processor used (character)

camera specs rear

Rear camera specifications (character)

camera specs front

Front camera specifications (character)

display size

Display size specification (character)

ram of phone

RAM size specification (character)

storage

Storage capacity specification (character)

battery

Battery specification (character)

android version

Android version running on the phone (character)

first site

First website for price reference (character)

price in first site

Price listed on the first site (character)

second site

Second website for price reference (character)

price in second site

Price listed on the second site (character)

real price available

Actual available price (numeric)

score by smartprice

Score assigned by SmartPrice (numeric)

Details

The dataset name has been kept as 'smartphones5G_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.