File size: 1,954 Bytes
d7b7589 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | ---
license: cc-by-4.0
language:
- en
tags:
- dataset
- mobile
- smartphone
- technology
- evolution
- electronics
task_categories:
- tabular-data
pretty_name: Mobile Phone Evolution Dataset
---
# π± Mobile Phone Evolution Dataset
## Overview
The **Mobile Phone Evolution Dataset** documents the historical and technological evolution of mobile phones (CP), from early feature phones to modern AI-powered smartphones and foldable devices.
This dataset is designed for **Hugging Face Datasets**, data analysis, visualization, education, and machine learning research focused on technology trends.
---
## Dataset Information
- **Name:** `mobile-phone-evolution`
- **Type:** Tabular (CSV)
- **Domain:** Consumer Electronics / Technology History
- **Language:** English
- **License:** CC BY 4.0
---
## Use Cases
- π Technology trend analysis
- π Hardware evolution over time
- π€ AI & ML research (tech forecasting, classification)
- π¨ UI/UX & form-factor evolution studies
- π Educational & reference purposes
---
## Dataset Schema
| Column Name | Type | Description |
|------------|------|-------------|
| device_id | string | Unique device identifier |
| brand | string | Manufacturer brand |
| model_name | string | Device model name |
| release_year | int | Year of release |
| generation | string | Feature Phone / Smartphone / Foldable |
| os | string | Operating system |
| chipset | string | Processor / SoC |
| network | string | 2G / 3G / 4G / 5G |
| form_factor | string | Candybar / Slider / Touch / Foldable |
| screen_type | string | LCD / AMOLED / OLED |
| screen_size_inch | float | Screen size (inches) |
| camera_mp | float | Main camera megapixels |
| battery_mah | int | Battery capacity |
| storage_gb | int | Internal storage (GB) |
| ram_gb | int | RAM (GB) |
| notable_innovation | string | Key innovation |
| price_launch_usd | float | Launch price (USD) |
---
## Example Data
```csv
device_id, |