{
"aggregates": {
"first_quantile": {
"column": "my_col",
"operator": "percentile",
"options": {
"q": 0.25
}
}
},
"columns": {
"country": true,
"gender": false
}
}