Skip to content

Instantly share code, notes, and snippets.

@SachaG
Last active December 16, 2021 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SachaG/c92e7bb9b828e0a6ae8fc48e8ce43e10 to your computer and use it in GitHub Desktop.
Save SachaG/c92e7bb9b828e0a6ae8fc48e8ce43e10 to your computer and use it in GitHub Desktop.
Tailwind experience by gender
{
"data": {
"survey": {
"tool": {
"experience": {
"year": {
"facets": [
{
"buckets": [
{
"count": 233,
"percentage_facet": 33.2,
"id": "interested"
},
{
"count": 174,
"percentage_facet": 24.8,
"id": "not_interested"
},
{
"count": 151,
"percentage_facet": 21.6,
"id": "would_use"
},
{
"count": 90,
"percentage_facet": 12.9,
"id": "never_heard"
},
{
"count": 54,
"percentage_facet": 7.7,
"id": "would_not_use"
}
],
"id": "female",
"type": "gender"
},
{
"buckets": [
{
"count": 1786,
"percentage_facet": 31.9,
"id": "would_use"
},
{
"count": 1523,
"percentage_facet": 27.2,
"id": "interested"
},
{
"count": 1519,
"percentage_facet": 27.2,
"id": "not_interested"
},
{
"count": 496,
"percentage_facet": 8.9,
"id": "would_not_use"
},
{
"count": 277,
"percentage_facet": 5,
"id": "never_heard"
}
],
"id": "male",
"type": "gender"
},
{
"buckets": [
{
"count": 34,
"percentage_facet": 34,
"id": "would_use"
},
{
"count": 26,
"percentage_facet": 26,
"id": "not_interested"
},
{
"count": 19,
"percentage_facet": 19,
"id": "interested"
},
{
"count": 15,
"percentage_facet": 15,
"id": "would_not_use"
}
],
"id": "non_binary",
"type": "gender"
},
{
"buckets": [
{
"count": 10,
"percentage_facet": 29.5,
"id": "not_interested"
}
],
"id": "not_listed",
"type": "gender"
}
]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment