smartphones5G_tbl_df | R Documentation |
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.
data(smartphones5G_tbl_df)
A tibble with 257 observations and 15 variables:
Name of the smartphone product (character)
Name of the processor used (character)
Rear camera specifications (character)
Front camera specifications (character)
Display size specification (character)
RAM size specification (character)
Storage capacity specification (character)
Battery specification (character)
Android version running on the phone (character)
First website for price reference (character)
Price listed on the first site (character)
Second website for price reference (character)
Price listed on the second site (character)
Actual available price (numeric)
Score assigned by SmartPrice (numeric)
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.
Data obtained from Kaggle: https://www.kaggle.com/datasets/ramjasmaurya/5g-smartphones-available-in-india
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.