1
Comparing and Contrasting Data Concepts
medium
Refer to the exhibit. Which type of data is the field "region"?
Exhibit
{
"report": "Analytics",
"filters": [
{"field": "transaction_date", "operator": ">=", "value": "2023-01-01"},
{"field": "region", "operator": "=", "value": "West"}
],
"metrics": ["revenue", "units_sold"]
}