CoolFace
Modelpublic

jomarie04/Mobile_Application_Reviews

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
Model Card

🧠 DATA MODEL 2 — Mobile Application Reviews

md
# Data Model: Mobile Application Reviews

## Description
Schema for user-generated reviews of mobile applications.

## Fields

| Field Name | Type | Description |
|----------|------|------------|
| review_id | integer | Unique review identifier |
| app_name | string | Name of the application |
| platform | string | Android or iOS |
| rating | integer | Rating from 1 to 5 |
| review_text | string | User written review |
| review_date | string | Date of review (YYYY-MM-DD) |

## Example Record

{ "reviewid": 101, "appname": "Mobile Legends", "platform": "Android", "rating": 5, "reviewtext": "Very fun and competitive game", "reviewdate": "2025-11-20" }