-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sacha Greif
committed
Nov 9, 2024
1 parent
47004e2
commit 6449010
Showing
4 changed files
with
452 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
155 changes: 155 additions & 0 deletions
155
state_of_html/html2024/results/data/user_info/yearly_salary_us_vs_world.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
{ | ||
"dataAPI": { | ||
"surveys": { | ||
"state_of_html": { | ||
"html2024": { | ||
"user_info": { | ||
"yearly_salary_us_vs_world_1": { | ||
"id": "yearly_salary", | ||
"comments": { | ||
"currentEdition": { | ||
"count": 10 | ||
} | ||
}, | ||
"responses": { | ||
"currentEdition": { | ||
"_metadata": { | ||
"axis1Sort": { | ||
"property": "options", | ||
"order": "desc" | ||
} | ||
}, | ||
"completion": { | ||
"count": 596, | ||
"percentageSurvey": 11.03, | ||
"total": 5402 | ||
}, | ||
"average": 131190.5, | ||
"percentiles": { | ||
"p50": 150000 | ||
}, | ||
"buckets": [ | ||
{ | ||
"count": 21, | ||
"id": "range_0_10", | ||
"percentageQuestion": 3.52, | ||
"percentageSurvey": 0.39 | ||
}, | ||
{ | ||
"count": 0, | ||
"id": "range_10_30", | ||
"percentageQuestion": 0, | ||
"percentageSurvey": 0, | ||
"hasInsufficientData": true | ||
}, | ||
{ | ||
"count": 12, | ||
"id": "range_30_50", | ||
"percentageQuestion": 2.01, | ||
"percentageSurvey": 0.22 | ||
}, | ||
{ | ||
"count": 125, | ||
"id": "range_50_100", | ||
"percentageQuestion": 20.97, | ||
"percentageSurvey": 2.31 | ||
}, | ||
{ | ||
"count": 289, | ||
"id": "range_100_200", | ||
"percentageQuestion": 48.49, | ||
"percentageSurvey": 5.35 | ||
}, | ||
{ | ||
"count": 91, | ||
"id": "range_more_than_200", | ||
"percentageQuestion": 15.27, | ||
"percentageSurvey": 1.68 | ||
}, | ||
{ | ||
"count": 50, | ||
"id": "na", | ||
"percentageQuestion": 8.39, | ||
"percentageSurvey": 0.93 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"yearly_salary_us_vs_world_2": { | ||
"id": "yearly_salary", | ||
"comments": { | ||
"currentEdition": { | ||
"count": 10 | ||
} | ||
}, | ||
"responses": { | ||
"currentEdition": { | ||
"_metadata": { | ||
"axis1Sort": { | ||
"property": "options", | ||
"order": "desc" | ||
} | ||
}, | ||
"completion": { | ||
"count": 2925, | ||
"percentageSurvey": 54.15, | ||
"total": 5402 | ||
}, | ||
"average": 68272.5, | ||
"percentiles": { | ||
"p50": 75000 | ||
}, | ||
"buckets": [ | ||
{ | ||
"count": 203, | ||
"id": "range_0_10", | ||
"percentageQuestion": 6.94, | ||
"percentageSurvey": 3.76 | ||
}, | ||
{ | ||
"count": 363, | ||
"id": "range_10_30", | ||
"percentageQuestion": 12.41, | ||
"percentageSurvey": 6.72 | ||
}, | ||
{ | ||
"count": 527, | ||
"id": "range_30_50", | ||
"percentageQuestion": 18.02, | ||
"percentageSurvey": 9.76 | ||
}, | ||
{ | ||
"count": 990, | ||
"id": "range_50_100", | ||
"percentageQuestion": 33.85, | ||
"percentageSurvey": 18.33 | ||
}, | ||
{ | ||
"count": 414, | ||
"id": "range_100_200", | ||
"percentageQuestion": 14.15, | ||
"percentageSurvey": 7.66 | ||
}, | ||
{ | ||
"count": 50, | ||
"id": "range_more_than_200", | ||
"percentageQuestion": 1.71, | ||
"percentageSurvey": 0.93 | ||
}, | ||
{ | ||
"count": 378, | ||
"id": "na", | ||
"percentageQuestion": 12.92, | ||
"percentageSurvey": 7 | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.