Using a data file data source
Upload your raw data in the platform
{
"id": "1",
"name": "Demographics",
"other_metadata_as_you_wish": "SEGMENT",
"genders": [
{
"key": "male",
"value": 358
},
{
"key": "female",
"value": 66
}
],
"ages": [
{
"key": "18-24",
"count": 277
},
{
"key": "45-54",
"count": 8
},
{
"key": "65+",
"count": 9
},
{
"key": "25-34",
"count": 12
},
{
"key": "35-44",
"count": 9
},
{
"key": "55-64",
"count": 3
}
],
"total": 666
}Key / value dataset
Number dataset
Reference this file in your charts
Last updated
Was this helpful?