Mirror Misery Data from github.com/officeblues/misery-data
Browse files- README.md +72 -0
- data/city_burnout_index.csv +51 -0
- data/city_burnout_index.json +502 -0
- data/occupation_wages.csv +0 -0
- data/occupation_wages.json +0 -0
- datapackage.json +112 -0
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: Office Blues — Misery Data
|
| 6 |
+
tags:
|
| 7 |
+
- labor-statistics
|
| 8 |
+
- wages
|
| 9 |
+
- bls-oews
|
| 10 |
+
- burnout
|
| 11 |
+
- open-data
|
| 12 |
+
- united-states
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
| 15 |
+
source_datasets:
|
| 16 |
+
- original
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: occupation_wages
|
| 19 |
+
data_files: data/occupation_wages.csv
|
| 20 |
+
- config_name: city_burnout_index
|
| 21 |
+
data_files: data/city_burnout_index.csv
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# Office Blues — Misery Data
|
| 25 |
+
|
| 26 |
+
[](https://doi.org/10.5281/zenodo.20534485) · License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) · Source repo: [github.com/officeblues/misery-data](https://github.com/officeblues/misery-data) · Site: [officeblues.net](https://officeblues.net)
|
| 27 |
+
|
| 28 |
+
Open data on the cost of work. Two small, clean datasets derived from public sources, maintained by **[Office Blues](https://officeblues.net)** — a media-and-tools project for the unhappily employed.
|
| 29 |
+
|
| 30 |
+
> Free to use under **CC BY 4.0**. Quote a figure, build on it, cite us.
|
| 31 |
+
|
| 32 |
+
## Datasets
|
| 33 |
+
|
| 34 |
+
### `occupation_wages` — U.S. occupation annual wages (n = 823)
|
| 35 |
+
Annual wage percentiles (25th, median, 75th, 90th) for 823 detailed U.S. occupations.
|
| 36 |
+
|
| 37 |
+
| field | meaning |
|
| 38 |
+
|---|---|
|
| 39 |
+
| `soc` | Standard Occupational Classification (SOC 2018) code |
|
| 40 |
+
| `title` | Occupation title |
|
| 41 |
+
| `p25_usd` / `median_usd` / `p75_usd` / `p90_usd` | Annual wage percentiles, USD |
|
| 42 |
+
| `source_url` | The Office Blues page for this occupation |
|
| 43 |
+
|
| 44 |
+
**Source:** U.S. Bureau of Labor Statistics, [Occupational Employment and Wage Statistics (OEWS)](https://www.bls.gov/oes/), May 2025 release. Wages are national.
|
| 45 |
+
|
| 46 |
+
### `city_burnout_index` — City burnout index (n = 50)
|
| 47 |
+
A composite "burnout" score (0–100, higher = worse) for the 50 largest U.S. metro areas, ranked worst-first.
|
| 48 |
+
|
| 49 |
+
| field | meaning |
|
| 50 |
+
|---|---|
|
| 51 |
+
| `cbsa_code` | Census CBSA code |
|
| 52 |
+
| `city` / `state` | Metro area / state |
|
| 53 |
+
| `population` | Metro population |
|
| 54 |
+
| `burnout_score` | Composite score, 0–100 |
|
| 55 |
+
| `rank` / `of_cities` | Rank (1 = worst) of 50 |
|
| 56 |
+
| `source_url` | The Office Blues page for this metro |
|
| 57 |
+
|
| 58 |
+
**Methodology:** the burnout score is a composite of public metro-level indicators; the full method is documented at **[officeblues.net/methodology](https://officeblues.net/methodology)**. Treat it as an editorial index (v1), not an official statistic.
|
| 59 |
+
|
| 60 |
+
## Files
|
| 61 |
+
Both datasets are provided as CSV (loaded by the HF dataset viewer above) and JSON. A [Frictionless Data](https://frictionlessdata.io/) `datapackage.json` descriptor (schemas + licensing) ships alongside.
|
| 62 |
+
|
| 63 |
+
## Cite this dataset
|
| 64 |
+
**DOI:** [10.5281/zenodo.20534485](https://doi.org/10.5281/zenodo.20534485) — the concept DOI, always resolving to the latest version (archived on [Zenodo](https://zenodo.org/records/20534486)).
|
| 65 |
+
|
| 66 |
+
```
|
| 67 |
+
Office Blues, "Misery Data" (occupation wages + city burnout index),
|
| 68 |
+
officeblues.net (2026). CC BY 4.0. https://doi.org/10.5281/zenodo.20534485
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
## About
|
| 72 |
+
Maintained by Office Blues — **<https://officeblues.net>**. Methodology and the underlying tools live there. Aggregates only; no personal or per-visitor data is included. This is a mirror of the canonical repository at [github.com/officeblues/misery-data](https://github.com/officeblues/misery-data).
|
data/city_burnout_index.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cbsa_code,city,state,population,burnout_score,rank,of_cities,source_url
|
| 2 |
+
35380,"New Orleans-Metairie, LA",LA,1269117,46,1,50,https://officeblues.net/burnout-index/new-orleans-la
|
| 3 |
+
29820,"Las Vegas-Henderson-Paradise, NV",NV,2265461,43,2,50,https://officeblues.net/burnout-index/las-vegas-nv
|
| 4 |
+
32820,"Memphis, TN-MS-AR",TN,1337082,43,3,50,https://officeblues.net/burnout-index/memphis-tn
|
| 5 |
+
46060,"Tucson, AZ",AZ,1059473,39,4,50,https://officeblues.net/burnout-index/tucson-az
|
| 6 |
+
35620,"New York-Newark-Jersey City, NY-NJ-PA",NY,19617285,38,5,50,https://officeblues.net/burnout-index/new-york-ny
|
| 7 |
+
17410,"Cleveland-Elyria, OH",OH,2009321,38,6,50,https://officeblues.net/burnout-index/cleveland-oh
|
| 8 |
+
16980,"Chicago-Naperville-Elgin, IL-IN-WI",IL,9509934,36,7,50,https://officeblues.net/burnout-index/chicago-il
|
| 9 |
+
40140,"Riverside-San Bernardino-Ontario, CA",CA,4599839,36,8,50,https://officeblues.net/burnout-index/riverside-ca
|
| 10 |
+
42660,"Seattle-Tacoma-Bellevue, WA",WA,4044837,36,9,50,https://officeblues.net/burnout-index/seattle-wa
|
| 11 |
+
45300,"Tampa-St. Petersburg-Clearwater, FL",FL,3234820,36,10,50,https://officeblues.net/burnout-index/tampa-fl
|
| 12 |
+
40900,"Sacramento-Roseville-Folsom, CA",CA,2399935,36,11,50,https://officeblues.net/burnout-index/sacramento-ca
|
| 13 |
+
33100,"Miami-Fort Lauderdale-Pompano Beach, FL",FL,6183199,35,12,50,https://officeblues.net/burnout-index/miami-fl
|
| 14 |
+
39300,"Providence-Warwick, RI-MA",RI,1677803,35,13,50,https://officeblues.net/burnout-index/providence-ri
|
| 15 |
+
13820,"Birmingham-Hoover, AL",AL,1163959,35,14,50,https://officeblues.net/burnout-index/birmingham-al
|
| 16 |
+
31080,"Los Angeles-Long Beach-Anaheim, CA",CA,13200998,34,15,50,https://officeblues.net/burnout-index/los-angeles-ca
|
| 17 |
+
36740,"Orlando-Kissimmee-Sanford, FL",FL,2763972,34,16,50,https://officeblues.net/burnout-index/orlando-fl
|
| 18 |
+
38300,"Pittsburgh, PA",PA,2422725,34,17,50,https://officeblues.net/burnout-index/pittsburgh-pa
|
| 19 |
+
15380,"Buffalo-Cheektowaga, NY",NY,1218642,34,18,50,https://officeblues.net/burnout-index/buffalo-ny
|
| 20 |
+
26420,"Houston-The Woodlands-Sugar Land, TX",TX,7340872,33,19,50,https://officeblues.net/burnout-index/houston-tx
|
| 21 |
+
47900,"Washington-Arlington-Alexandria, DC-VA-MD-WV",DC,6385162,33,20,50,https://officeblues.net/burnout-index/washington-dc
|
| 22 |
+
37980,"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD",PA,6245051,33,21,50,https://officeblues.net/burnout-index/philadelphia-pa
|
| 23 |
+
14460,"Boston-Cambridge-Newton, MA-NH",MA,4919179,33,22,50,https://officeblues.net/burnout-index/boston-ma
|
| 24 |
+
12580,"Baltimore-Columbia-Towson, MD",MD,2888683,33,23,50,https://officeblues.net/burnout-index/baltimore-md
|
| 25 |
+
36420,"Oklahoma City, OK",OK,1408950,33,24,50,https://officeblues.net/burnout-index/oklahoma-city-ok
|
| 26 |
+
41860,"San Francisco-Oakland-Berkeley, CA",CA,4749008,32,25,50,https://officeblues.net/burnout-index/san-francisco-ca
|
| 27 |
+
47260,"Virginia Beach-Chesapeake-Norfolk, VA-NC",VA,1806306,32,26,50,https://officeblues.net/burnout-index/virginia-beach-va
|
| 28 |
+
41700,"San Antonio-New Braunfels, TX",TX,2601788,31,27,50,https://officeblues.net/burnout-index/san-antonio-tx
|
| 29 |
+
38900,"Portland-Vancouver-Hillsboro, OR-WA",OR,2511612,31,28,50,https://officeblues.net/burnout-index/portland-or
|
| 30 |
+
31140,"Louisville/Jefferson County, KY-IN",KY,1380159,31,29,50,https://officeblues.net/burnout-index/louisville-ky
|
| 31 |
+
25540,"Hartford-East Hartford-Middletown, CT",CT,1211324,31,30,50,https://officeblues.net/burnout-index/hartford-ct
|
| 32 |
+
40380,"Rochester, NY",NY,1133148,31,31,50,https://officeblues.net/burnout-index/rochester-ny
|
| 33 |
+
33460,"Minneapolis-St. Paul-Bloomington, MN-WI",MN,3712020,30,32,50,https://officeblues.net/burnout-index/minneapolis-mn
|
| 34 |
+
41740,"San Diego-Chula Vista-Carlsbad, CA",CA,3298634,30,33,50,https://officeblues.net/burnout-index/san-diego-ca
|
| 35 |
+
19740,"Denver-Aurora-Lakewood, CO",CO,2963821,30,34,50,https://officeblues.net/burnout-index/denver-co
|
| 36 |
+
41180,"St. Louis, MO-IL",MO,2820253,30,35,50,https://officeblues.net/burnout-index/st-louis-mo
|
| 37 |
+
12420,"Austin-Round Rock-Georgetown, TX",TX,2352426,30,36,50,https://officeblues.net/burnout-index/austin-tx
|
| 38 |
+
27260,"Jacksonville, FL",FL,1619730,30,37,50,https://officeblues.net/burnout-index/jacksonville-fl
|
| 39 |
+
40060,"Richmond, VA",VA,1346819,30,38,50,https://officeblues.net/burnout-index/richmond-va
|
| 40 |
+
19100,"Dallas-Fort Worth-Arlington, TX",TX,7759615,29,39,50,https://officeblues.net/burnout-index/dallas-tx
|
| 41 |
+
12060,"Atlanta-Sandy Springs-Alpharetta, GA",GA,6307261,29,40,50,https://officeblues.net/burnout-index/atlanta-ga
|
| 42 |
+
38060,"Phoenix-Mesa-Chandler, AZ",AZ,5070110,29,41,50,https://officeblues.net/burnout-index/phoenix-az
|
| 43 |
+
16740,"Charlotte-Concord-Gastonia, NC-SC",NC,2701518,29,42,50,https://officeblues.net/burnout-index/charlotte-nc
|
| 44 |
+
26900,"Indianapolis-Carmel-Anderson, IN",IN,2111040,29,43,50,https://officeblues.net/burnout-index/indianapolis-in
|
| 45 |
+
39580,"Raleigh-Cary, NC",NC,1431949,29,44,50,https://officeblues.net/burnout-index/raleigh-nc
|
| 46 |
+
17140,"Cincinnati, OH-KY-IN",OH,2274564,28,45,50,https://officeblues.net/burnout-index/cincinnati-oh
|
| 47 |
+
28140,"Kansas City, MO-KS",MO,2226349,27,46,50,https://officeblues.net/burnout-index/kansas-city-mo
|
| 48 |
+
34980,"Nashville-Davidson--Murfreesboro--Franklin, TN",TN,2074993,27,47,50,https://officeblues.net/burnout-index/nashville-tn
|
| 49 |
+
18140,"Columbus, OH",OH,2137512,27,48,50,https://officeblues.net/burnout-index/columbus-oh
|
| 50 |
+
33340,"Milwaukee-Waukesha, WI",WI,1574731,27,49,50,https://officeblues.net/burnout-index/milwaukee-wi
|
| 51 |
+
41620,"Salt Lake City, UT",UT,1257936,25,50,50,https://officeblues.net/burnout-index/salt-lake-city-ut
|
data/city_burnout_index.json
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"cbsa_code": "35380",
|
| 4 |
+
"city": "New Orleans-Metairie, LA",
|
| 5 |
+
"state": "LA",
|
| 6 |
+
"population": 1269117,
|
| 7 |
+
"burnout_score": 46,
|
| 8 |
+
"rank": 1,
|
| 9 |
+
"of_cities": 50,
|
| 10 |
+
"source_url": "https://officeblues.net/burnout-index/new-orleans-la"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"cbsa_code": "29820",
|
| 14 |
+
"city": "Las Vegas-Henderson-Paradise, NV",
|
| 15 |
+
"state": "NV",
|
| 16 |
+
"population": 2265461,
|
| 17 |
+
"burnout_score": 43,
|
| 18 |
+
"rank": 2,
|
| 19 |
+
"of_cities": 50,
|
| 20 |
+
"source_url": "https://officeblues.net/burnout-index/las-vegas-nv"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"cbsa_code": "32820",
|
| 24 |
+
"city": "Memphis, TN-MS-AR",
|
| 25 |
+
"state": "TN",
|
| 26 |
+
"population": 1337082,
|
| 27 |
+
"burnout_score": 43,
|
| 28 |
+
"rank": 3,
|
| 29 |
+
"of_cities": 50,
|
| 30 |
+
"source_url": "https://officeblues.net/burnout-index/memphis-tn"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"cbsa_code": "46060",
|
| 34 |
+
"city": "Tucson, AZ",
|
| 35 |
+
"state": "AZ",
|
| 36 |
+
"population": 1059473,
|
| 37 |
+
"burnout_score": 39,
|
| 38 |
+
"rank": 4,
|
| 39 |
+
"of_cities": 50,
|
| 40 |
+
"source_url": "https://officeblues.net/burnout-index/tucson-az"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"cbsa_code": "35620",
|
| 44 |
+
"city": "New York-Newark-Jersey City, NY-NJ-PA",
|
| 45 |
+
"state": "NY",
|
| 46 |
+
"population": 19617285,
|
| 47 |
+
"burnout_score": 38,
|
| 48 |
+
"rank": 5,
|
| 49 |
+
"of_cities": 50,
|
| 50 |
+
"source_url": "https://officeblues.net/burnout-index/new-york-ny"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"cbsa_code": "17410",
|
| 54 |
+
"city": "Cleveland-Elyria, OH",
|
| 55 |
+
"state": "OH",
|
| 56 |
+
"population": 2009321,
|
| 57 |
+
"burnout_score": 38,
|
| 58 |
+
"rank": 6,
|
| 59 |
+
"of_cities": 50,
|
| 60 |
+
"source_url": "https://officeblues.net/burnout-index/cleveland-oh"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"cbsa_code": "16980",
|
| 64 |
+
"city": "Chicago-Naperville-Elgin, IL-IN-WI",
|
| 65 |
+
"state": "IL",
|
| 66 |
+
"population": 9509934,
|
| 67 |
+
"burnout_score": 36,
|
| 68 |
+
"rank": 7,
|
| 69 |
+
"of_cities": 50,
|
| 70 |
+
"source_url": "https://officeblues.net/burnout-index/chicago-il"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"cbsa_code": "40140",
|
| 74 |
+
"city": "Riverside-San Bernardino-Ontario, CA",
|
| 75 |
+
"state": "CA",
|
| 76 |
+
"population": 4599839,
|
| 77 |
+
"burnout_score": 36,
|
| 78 |
+
"rank": 8,
|
| 79 |
+
"of_cities": 50,
|
| 80 |
+
"source_url": "https://officeblues.net/burnout-index/riverside-ca"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"cbsa_code": "42660",
|
| 84 |
+
"city": "Seattle-Tacoma-Bellevue, WA",
|
| 85 |
+
"state": "WA",
|
| 86 |
+
"population": 4044837,
|
| 87 |
+
"burnout_score": 36,
|
| 88 |
+
"rank": 9,
|
| 89 |
+
"of_cities": 50,
|
| 90 |
+
"source_url": "https://officeblues.net/burnout-index/seattle-wa"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"cbsa_code": "45300",
|
| 94 |
+
"city": "Tampa-St. Petersburg-Clearwater, FL",
|
| 95 |
+
"state": "FL",
|
| 96 |
+
"population": 3234820,
|
| 97 |
+
"burnout_score": 36,
|
| 98 |
+
"rank": 10,
|
| 99 |
+
"of_cities": 50,
|
| 100 |
+
"source_url": "https://officeblues.net/burnout-index/tampa-fl"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"cbsa_code": "40900",
|
| 104 |
+
"city": "Sacramento-Roseville-Folsom, CA",
|
| 105 |
+
"state": "CA",
|
| 106 |
+
"population": 2399935,
|
| 107 |
+
"burnout_score": 36,
|
| 108 |
+
"rank": 11,
|
| 109 |
+
"of_cities": 50,
|
| 110 |
+
"source_url": "https://officeblues.net/burnout-index/sacramento-ca"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"cbsa_code": "33100",
|
| 114 |
+
"city": "Miami-Fort Lauderdale-Pompano Beach, FL",
|
| 115 |
+
"state": "FL",
|
| 116 |
+
"population": 6183199,
|
| 117 |
+
"burnout_score": 35,
|
| 118 |
+
"rank": 12,
|
| 119 |
+
"of_cities": 50,
|
| 120 |
+
"source_url": "https://officeblues.net/burnout-index/miami-fl"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"cbsa_code": "39300",
|
| 124 |
+
"city": "Providence-Warwick, RI-MA",
|
| 125 |
+
"state": "RI",
|
| 126 |
+
"population": 1677803,
|
| 127 |
+
"burnout_score": 35,
|
| 128 |
+
"rank": 13,
|
| 129 |
+
"of_cities": 50,
|
| 130 |
+
"source_url": "https://officeblues.net/burnout-index/providence-ri"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"cbsa_code": "13820",
|
| 134 |
+
"city": "Birmingham-Hoover, AL",
|
| 135 |
+
"state": "AL",
|
| 136 |
+
"population": 1163959,
|
| 137 |
+
"burnout_score": 35,
|
| 138 |
+
"rank": 14,
|
| 139 |
+
"of_cities": 50,
|
| 140 |
+
"source_url": "https://officeblues.net/burnout-index/birmingham-al"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"cbsa_code": "31080",
|
| 144 |
+
"city": "Los Angeles-Long Beach-Anaheim, CA",
|
| 145 |
+
"state": "CA",
|
| 146 |
+
"population": 13200998,
|
| 147 |
+
"burnout_score": 34,
|
| 148 |
+
"rank": 15,
|
| 149 |
+
"of_cities": 50,
|
| 150 |
+
"source_url": "https://officeblues.net/burnout-index/los-angeles-ca"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"cbsa_code": "36740",
|
| 154 |
+
"city": "Orlando-Kissimmee-Sanford, FL",
|
| 155 |
+
"state": "FL",
|
| 156 |
+
"population": 2763972,
|
| 157 |
+
"burnout_score": 34,
|
| 158 |
+
"rank": 16,
|
| 159 |
+
"of_cities": 50,
|
| 160 |
+
"source_url": "https://officeblues.net/burnout-index/orlando-fl"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"cbsa_code": "38300",
|
| 164 |
+
"city": "Pittsburgh, PA",
|
| 165 |
+
"state": "PA",
|
| 166 |
+
"population": 2422725,
|
| 167 |
+
"burnout_score": 34,
|
| 168 |
+
"rank": 17,
|
| 169 |
+
"of_cities": 50,
|
| 170 |
+
"source_url": "https://officeblues.net/burnout-index/pittsburgh-pa"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"cbsa_code": "15380",
|
| 174 |
+
"city": "Buffalo-Cheektowaga, NY",
|
| 175 |
+
"state": "NY",
|
| 176 |
+
"population": 1218642,
|
| 177 |
+
"burnout_score": 34,
|
| 178 |
+
"rank": 18,
|
| 179 |
+
"of_cities": 50,
|
| 180 |
+
"source_url": "https://officeblues.net/burnout-index/buffalo-ny"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"cbsa_code": "26420",
|
| 184 |
+
"city": "Houston-The Woodlands-Sugar Land, TX",
|
| 185 |
+
"state": "TX",
|
| 186 |
+
"population": 7340872,
|
| 187 |
+
"burnout_score": 33,
|
| 188 |
+
"rank": 19,
|
| 189 |
+
"of_cities": 50,
|
| 190 |
+
"source_url": "https://officeblues.net/burnout-index/houston-tx"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"cbsa_code": "47900",
|
| 194 |
+
"city": "Washington-Arlington-Alexandria, DC-VA-MD-WV",
|
| 195 |
+
"state": "DC",
|
| 196 |
+
"population": 6385162,
|
| 197 |
+
"burnout_score": 33,
|
| 198 |
+
"rank": 20,
|
| 199 |
+
"of_cities": 50,
|
| 200 |
+
"source_url": "https://officeblues.net/burnout-index/washington-dc"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"cbsa_code": "37980",
|
| 204 |
+
"city": "Philadelphia-Camden-Wilmington, PA-NJ-DE-MD",
|
| 205 |
+
"state": "PA",
|
| 206 |
+
"population": 6245051,
|
| 207 |
+
"burnout_score": 33,
|
| 208 |
+
"rank": 21,
|
| 209 |
+
"of_cities": 50,
|
| 210 |
+
"source_url": "https://officeblues.net/burnout-index/philadelphia-pa"
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"cbsa_code": "14460",
|
| 214 |
+
"city": "Boston-Cambridge-Newton, MA-NH",
|
| 215 |
+
"state": "MA",
|
| 216 |
+
"population": 4919179,
|
| 217 |
+
"burnout_score": 33,
|
| 218 |
+
"rank": 22,
|
| 219 |
+
"of_cities": 50,
|
| 220 |
+
"source_url": "https://officeblues.net/burnout-index/boston-ma"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"cbsa_code": "12580",
|
| 224 |
+
"city": "Baltimore-Columbia-Towson, MD",
|
| 225 |
+
"state": "MD",
|
| 226 |
+
"population": 2888683,
|
| 227 |
+
"burnout_score": 33,
|
| 228 |
+
"rank": 23,
|
| 229 |
+
"of_cities": 50,
|
| 230 |
+
"source_url": "https://officeblues.net/burnout-index/baltimore-md"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"cbsa_code": "36420",
|
| 234 |
+
"city": "Oklahoma City, OK",
|
| 235 |
+
"state": "OK",
|
| 236 |
+
"population": 1408950,
|
| 237 |
+
"burnout_score": 33,
|
| 238 |
+
"rank": 24,
|
| 239 |
+
"of_cities": 50,
|
| 240 |
+
"source_url": "https://officeblues.net/burnout-index/oklahoma-city-ok"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"cbsa_code": "41860",
|
| 244 |
+
"city": "San Francisco-Oakland-Berkeley, CA",
|
| 245 |
+
"state": "CA",
|
| 246 |
+
"population": 4749008,
|
| 247 |
+
"burnout_score": 32,
|
| 248 |
+
"rank": 25,
|
| 249 |
+
"of_cities": 50,
|
| 250 |
+
"source_url": "https://officeblues.net/burnout-index/san-francisco-ca"
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"cbsa_code": "47260",
|
| 254 |
+
"city": "Virginia Beach-Chesapeake-Norfolk, VA-NC",
|
| 255 |
+
"state": "VA",
|
| 256 |
+
"population": 1806306,
|
| 257 |
+
"burnout_score": 32,
|
| 258 |
+
"rank": 26,
|
| 259 |
+
"of_cities": 50,
|
| 260 |
+
"source_url": "https://officeblues.net/burnout-index/virginia-beach-va"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"cbsa_code": "41700",
|
| 264 |
+
"city": "San Antonio-New Braunfels, TX",
|
| 265 |
+
"state": "TX",
|
| 266 |
+
"population": 2601788,
|
| 267 |
+
"burnout_score": 31,
|
| 268 |
+
"rank": 27,
|
| 269 |
+
"of_cities": 50,
|
| 270 |
+
"source_url": "https://officeblues.net/burnout-index/san-antonio-tx"
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"cbsa_code": "38900",
|
| 274 |
+
"city": "Portland-Vancouver-Hillsboro, OR-WA",
|
| 275 |
+
"state": "OR",
|
| 276 |
+
"population": 2511612,
|
| 277 |
+
"burnout_score": 31,
|
| 278 |
+
"rank": 28,
|
| 279 |
+
"of_cities": 50,
|
| 280 |
+
"source_url": "https://officeblues.net/burnout-index/portland-or"
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"cbsa_code": "31140",
|
| 284 |
+
"city": "Louisville/Jefferson County, KY-IN",
|
| 285 |
+
"state": "KY",
|
| 286 |
+
"population": 1380159,
|
| 287 |
+
"burnout_score": 31,
|
| 288 |
+
"rank": 29,
|
| 289 |
+
"of_cities": 50,
|
| 290 |
+
"source_url": "https://officeblues.net/burnout-index/louisville-ky"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"cbsa_code": "25540",
|
| 294 |
+
"city": "Hartford-East Hartford-Middletown, CT",
|
| 295 |
+
"state": "CT",
|
| 296 |
+
"population": 1211324,
|
| 297 |
+
"burnout_score": 31,
|
| 298 |
+
"rank": 30,
|
| 299 |
+
"of_cities": 50,
|
| 300 |
+
"source_url": "https://officeblues.net/burnout-index/hartford-ct"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"cbsa_code": "40380",
|
| 304 |
+
"city": "Rochester, NY",
|
| 305 |
+
"state": "NY",
|
| 306 |
+
"population": 1133148,
|
| 307 |
+
"burnout_score": 31,
|
| 308 |
+
"rank": 31,
|
| 309 |
+
"of_cities": 50,
|
| 310 |
+
"source_url": "https://officeblues.net/burnout-index/rochester-ny"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"cbsa_code": "33460",
|
| 314 |
+
"city": "Minneapolis-St. Paul-Bloomington, MN-WI",
|
| 315 |
+
"state": "MN",
|
| 316 |
+
"population": 3712020,
|
| 317 |
+
"burnout_score": 30,
|
| 318 |
+
"rank": 32,
|
| 319 |
+
"of_cities": 50,
|
| 320 |
+
"source_url": "https://officeblues.net/burnout-index/minneapolis-mn"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"cbsa_code": "41740",
|
| 324 |
+
"city": "San Diego-Chula Vista-Carlsbad, CA",
|
| 325 |
+
"state": "CA",
|
| 326 |
+
"population": 3298634,
|
| 327 |
+
"burnout_score": 30,
|
| 328 |
+
"rank": 33,
|
| 329 |
+
"of_cities": 50,
|
| 330 |
+
"source_url": "https://officeblues.net/burnout-index/san-diego-ca"
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"cbsa_code": "19740",
|
| 334 |
+
"city": "Denver-Aurora-Lakewood, CO",
|
| 335 |
+
"state": "CO",
|
| 336 |
+
"population": 2963821,
|
| 337 |
+
"burnout_score": 30,
|
| 338 |
+
"rank": 34,
|
| 339 |
+
"of_cities": 50,
|
| 340 |
+
"source_url": "https://officeblues.net/burnout-index/denver-co"
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"cbsa_code": "41180",
|
| 344 |
+
"city": "St. Louis, MO-IL",
|
| 345 |
+
"state": "MO",
|
| 346 |
+
"population": 2820253,
|
| 347 |
+
"burnout_score": 30,
|
| 348 |
+
"rank": 35,
|
| 349 |
+
"of_cities": 50,
|
| 350 |
+
"source_url": "https://officeblues.net/burnout-index/st-louis-mo"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"cbsa_code": "12420",
|
| 354 |
+
"city": "Austin-Round Rock-Georgetown, TX",
|
| 355 |
+
"state": "TX",
|
| 356 |
+
"population": 2352426,
|
| 357 |
+
"burnout_score": 30,
|
| 358 |
+
"rank": 36,
|
| 359 |
+
"of_cities": 50,
|
| 360 |
+
"source_url": "https://officeblues.net/burnout-index/austin-tx"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"cbsa_code": "27260",
|
| 364 |
+
"city": "Jacksonville, FL",
|
| 365 |
+
"state": "FL",
|
| 366 |
+
"population": 1619730,
|
| 367 |
+
"burnout_score": 30,
|
| 368 |
+
"rank": 37,
|
| 369 |
+
"of_cities": 50,
|
| 370 |
+
"source_url": "https://officeblues.net/burnout-index/jacksonville-fl"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"cbsa_code": "40060",
|
| 374 |
+
"city": "Richmond, VA",
|
| 375 |
+
"state": "VA",
|
| 376 |
+
"population": 1346819,
|
| 377 |
+
"burnout_score": 30,
|
| 378 |
+
"rank": 38,
|
| 379 |
+
"of_cities": 50,
|
| 380 |
+
"source_url": "https://officeblues.net/burnout-index/richmond-va"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"cbsa_code": "19100",
|
| 384 |
+
"city": "Dallas-Fort Worth-Arlington, TX",
|
| 385 |
+
"state": "TX",
|
| 386 |
+
"population": 7759615,
|
| 387 |
+
"burnout_score": 29,
|
| 388 |
+
"rank": 39,
|
| 389 |
+
"of_cities": 50,
|
| 390 |
+
"source_url": "https://officeblues.net/burnout-index/dallas-tx"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"cbsa_code": "12060",
|
| 394 |
+
"city": "Atlanta-Sandy Springs-Alpharetta, GA",
|
| 395 |
+
"state": "GA",
|
| 396 |
+
"population": 6307261,
|
| 397 |
+
"burnout_score": 29,
|
| 398 |
+
"rank": 40,
|
| 399 |
+
"of_cities": 50,
|
| 400 |
+
"source_url": "https://officeblues.net/burnout-index/atlanta-ga"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"cbsa_code": "38060",
|
| 404 |
+
"city": "Phoenix-Mesa-Chandler, AZ",
|
| 405 |
+
"state": "AZ",
|
| 406 |
+
"population": 5070110,
|
| 407 |
+
"burnout_score": 29,
|
| 408 |
+
"rank": 41,
|
| 409 |
+
"of_cities": 50,
|
| 410 |
+
"source_url": "https://officeblues.net/burnout-index/phoenix-az"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"cbsa_code": "16740",
|
| 414 |
+
"city": "Charlotte-Concord-Gastonia, NC-SC",
|
| 415 |
+
"state": "NC",
|
| 416 |
+
"population": 2701518,
|
| 417 |
+
"burnout_score": 29,
|
| 418 |
+
"rank": 42,
|
| 419 |
+
"of_cities": 50,
|
| 420 |
+
"source_url": "https://officeblues.net/burnout-index/charlotte-nc"
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"cbsa_code": "26900",
|
| 424 |
+
"city": "Indianapolis-Carmel-Anderson, IN",
|
| 425 |
+
"state": "IN",
|
| 426 |
+
"population": 2111040,
|
| 427 |
+
"burnout_score": 29,
|
| 428 |
+
"rank": 43,
|
| 429 |
+
"of_cities": 50,
|
| 430 |
+
"source_url": "https://officeblues.net/burnout-index/indianapolis-in"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"cbsa_code": "39580",
|
| 434 |
+
"city": "Raleigh-Cary, NC",
|
| 435 |
+
"state": "NC",
|
| 436 |
+
"population": 1431949,
|
| 437 |
+
"burnout_score": 29,
|
| 438 |
+
"rank": 44,
|
| 439 |
+
"of_cities": 50,
|
| 440 |
+
"source_url": "https://officeblues.net/burnout-index/raleigh-nc"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"cbsa_code": "17140",
|
| 444 |
+
"city": "Cincinnati, OH-KY-IN",
|
| 445 |
+
"state": "OH",
|
| 446 |
+
"population": 2274564,
|
| 447 |
+
"burnout_score": 28,
|
| 448 |
+
"rank": 45,
|
| 449 |
+
"of_cities": 50,
|
| 450 |
+
"source_url": "https://officeblues.net/burnout-index/cincinnati-oh"
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"cbsa_code": "28140",
|
| 454 |
+
"city": "Kansas City, MO-KS",
|
| 455 |
+
"state": "MO",
|
| 456 |
+
"population": 2226349,
|
| 457 |
+
"burnout_score": 27,
|
| 458 |
+
"rank": 46,
|
| 459 |
+
"of_cities": 50,
|
| 460 |
+
"source_url": "https://officeblues.net/burnout-index/kansas-city-mo"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"cbsa_code": "34980",
|
| 464 |
+
"city": "Nashville-Davidson--Murfreesboro--Franklin, TN",
|
| 465 |
+
"state": "TN",
|
| 466 |
+
"population": 2074993,
|
| 467 |
+
"burnout_score": 27,
|
| 468 |
+
"rank": 47,
|
| 469 |
+
"of_cities": 50,
|
| 470 |
+
"source_url": "https://officeblues.net/burnout-index/nashville-tn"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"cbsa_code": "18140",
|
| 474 |
+
"city": "Columbus, OH",
|
| 475 |
+
"state": "OH",
|
| 476 |
+
"population": 2137512,
|
| 477 |
+
"burnout_score": 27,
|
| 478 |
+
"rank": 48,
|
| 479 |
+
"of_cities": 50,
|
| 480 |
+
"source_url": "https://officeblues.net/burnout-index/columbus-oh"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"cbsa_code": "33340",
|
| 484 |
+
"city": "Milwaukee-Waukesha, WI",
|
| 485 |
+
"state": "WI",
|
| 486 |
+
"population": 1574731,
|
| 487 |
+
"burnout_score": 27,
|
| 488 |
+
"rank": 49,
|
| 489 |
+
"of_cities": 50,
|
| 490 |
+
"source_url": "https://officeblues.net/burnout-index/milwaukee-wi"
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"cbsa_code": "41620",
|
| 494 |
+
"city": "Salt Lake City, UT",
|
| 495 |
+
"state": "UT",
|
| 496 |
+
"population": 1257936,
|
| 497 |
+
"burnout_score": 25,
|
| 498 |
+
"rank": 50,
|
| 499 |
+
"of_cities": 50,
|
| 500 |
+
"source_url": "https://officeblues.net/burnout-index/salt-lake-city-ut"
|
| 501 |
+
}
|
| 502 |
+
]
|
data/occupation_wages.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/occupation_wages.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
datapackage.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "office-blues-misery-data",
|
| 3 |
+
"title": "Office Blues — Misery Data",
|
| 4 |
+
"description": "Open data on the cost of work: U.S. occupation wages (BLS OEWS) and a city burnout index. Maintained by Office Blues (officeblues.net).",
|
| 5 |
+
"homepage": "https://officeblues.net",
|
| 6 |
+
"licenses": [
|
| 7 |
+
{
|
| 8 |
+
"name": "CC-BY-4.0",
|
| 9 |
+
"title": "Creative Commons Attribution 4.0",
|
| 10 |
+
"path": "https://creativecommons.org/licenses/by/4.0/"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"resources": [
|
| 14 |
+
{
|
| 15 |
+
"name": "occupation_wages",
|
| 16 |
+
"path": "data/occupation_wages.csv",
|
| 17 |
+
"format": "csv",
|
| 18 |
+
"mediatype": "text/csv",
|
| 19 |
+
"title": "U.S. occupation annual wages (n=823)",
|
| 20 |
+
"schema": {
|
| 21 |
+
"fields": [
|
| 22 |
+
{
|
| 23 |
+
"name": "soc",
|
| 24 |
+
"type": "string",
|
| 25 |
+
"title": "SOC 2018 code"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "title",
|
| 29 |
+
"type": "string",
|
| 30 |
+
"title": "Occupation title"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"name": "p25_usd",
|
| 34 |
+
"type": "integer",
|
| 35 |
+
"title": "25th-percentile annual wage (USD)"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"name": "median_usd",
|
| 39 |
+
"type": "integer",
|
| 40 |
+
"title": "Median annual wage (USD)"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "p75_usd",
|
| 44 |
+
"type": "integer",
|
| 45 |
+
"title": "75th-percentile annual wage (USD)"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"name": "p90_usd",
|
| 49 |
+
"type": "integer",
|
| 50 |
+
"title": "90th-percentile annual wage (USD)"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"name": "source_url",
|
| 54 |
+
"type": "string",
|
| 55 |
+
"title": "Office Blues page URL"
|
| 56 |
+
}
|
| 57 |
+
]
|
| 58 |
+
}
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"name": "city_burnout_index",
|
| 62 |
+
"path": "data/city_burnout_index.csv",
|
| 63 |
+
"format": "csv",
|
| 64 |
+
"mediatype": "text/csv",
|
| 65 |
+
"title": "City burnout index (n=50)",
|
| 66 |
+
"schema": {
|
| 67 |
+
"fields": [
|
| 68 |
+
{
|
| 69 |
+
"name": "cbsa_code",
|
| 70 |
+
"type": "string",
|
| 71 |
+
"title": "Census CBSA code"
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"name": "city",
|
| 75 |
+
"type": "string",
|
| 76 |
+
"title": "Metro area"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"name": "state",
|
| 80 |
+
"type": "string",
|
| 81 |
+
"title": "State"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"name": "population",
|
| 85 |
+
"type": "integer",
|
| 86 |
+
"title": "Metro population"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"name": "burnout_score",
|
| 90 |
+
"type": "integer",
|
| 91 |
+
"title": "Burnout score (0–100, higher = worse)"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"name": "rank",
|
| 95 |
+
"type": "integer",
|
| 96 |
+
"title": "Rank (1 = worst)"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "of_cities",
|
| 100 |
+
"type": "integer",
|
| 101 |
+
"title": "Total cities ranked"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"name": "source_url",
|
| 105 |
+
"type": "string",
|
| 106 |
+
"title": "Office Blues page URL"
|
| 107 |
+
}
|
| 108 |
+
]
|
| 109 |
+
}
|
| 110 |
+
}
|
| 111 |
+
]
|
| 112 |
+
}
|