CoolFace
Datasetpublic

jomarie04/smartphone-specifications-2020-2024

Smartphone Specifications (2020–2024) Description A tabular dataset containing smartphone specifications released between 2020 and 2024, including hardware details and approximate pricing. Dataset Structure Single CSV file: dataset.csv Fields id brand model release_year os ram_gb storage_gb battery_mah price_usd Usage from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/jomarie04/smartphone-specifications-2020-2024.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes37downloads
Dataset Card

license: mit task_categories:

  • —classification
  • —regression
  • —recommendation language:
  • —en pretty_name: Smartphone Specifications 2020–2024 tags:
  • —smartphone
  • —mobile
  • —specs
  • —csv ---

Smartphone Specifications (2020–2024)

Description

A tabular dataset containing smartphone specifications released between 2020 and 2024, including hardware details and approximate pricing.

Dataset Structure

Single CSV file: dataset.csv

Fields

  • —id
  • —brand
  • —model
  • —release_year
  • —os
  • —ram_gb
  • —storage_gb
  • —battery_mah
  • —price_usd

Usage

python
from datasets import load_dataset
ds = load_dataset("yourusername/smartphone-specifications-2020-2024")
print(ds)