Data Dictionary
Contains explanations and examples for all data fields available in the Chromestore Reviews dataset.
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
The data points in the example snippets have been rearranged for better grouping. To see where a specific data point stands, check the full data sample here.
Data point | Description | Data type |
---|---|---|
meta | Contains metadata about the record | Object |
created_at_date | Date when the record was initially scraped | Array of numbers (integers) |
created_at_timestamp | Unix timestamp for when the record was first scraped | Float |
updated_at_date | Date when the record was last updated | Array of numbers (integers) |
updated_at_timestamp | Unix timestamp for when the record was last updated | Float |
version_id | Identifier for the dataset version | String |
source | Source from which the record was obtained | String |
object | Type of data object or entity described | String |
is_deleted | Indicates if the record is available on the Chrome Store | Boolean |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
id | Review record identification key in our database | String |
source_id | Record identification key on Chrome Store | String |
url | Review URL | String |
company_id | Company identification key | String |
image_url | Reviewer's image URL | String |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
name | Reviewer's name | String |
review | Review content | String |
date | Date and time when the review was posted in ISO 8601 format | String (date) |
rating | Reviewer's numerical rating (from 1 to 5 stars) | Integer |
See a snippet of the dataset for reference:
Data point | Description | Data type |
---|---|---|
answerer_id | Identifier of extension author | String |
answerer_name | Extension author | String |
answerer_image_url | Extension author's avatar URL | String |
answer | Review response | String |
answer_date | Date and time when the response was posted in ISO 8601 format | String (date) |
See a snippet of the dataset for reference: