Spaces:
Runtime error
Runtime error
Update data/data_desc.md
#3
by
Carsonburney - opened
- data/data_desc.md +47 -79
data/data_desc.md
CHANGED
|
@@ -1,79 +1,47 @@
|
|
| 1 |
-
# May 2024 OEWS Estimates — Data Dictionary / Description
|
| 2 |
-
|
| 3 |
-
**Dataset:**
|
| 4 |
-
**Publisher:**
|
| 5 |
-
**Website:** https://
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
> Not all fields are available for every type of estimate.
|
| 9 |
-
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
## Overview
|
| 13 |
-
|
| 14 |
-
This dataset provides employment and wage estimates for occupations (SOC) by geography (U.S., state, territory, metropolitan and nonmetropolitan areas) and, for some releases, by industry (NAICS) and ownership. Estimates include employment counts, measures of sampling error (PRSE), and wage levels (mean and percentiles) on hourly and/or annual bases.
|
| 15 |
-
|
| 16 |
-
---
|
| 17 |
-
|
| 18 |
-
## Field Definitions
|
| 19 |
-
|
| 20 |
-
| Field | Description |
|
| 21 |
-
|---|---|
|
| 22 |
-
|
|
| 23 |
-
|
|
| 24 |
-
|
|
| 25 |
-
|
|
| 26 |
-
|
|
| 27 |
-
|
|
| 28 |
-
|
|
| 29 |
-
|
|
| 30 |
-
|
|
| 31 |
-
|
|
| 32 |
-
|
|
| 33 |
-
|
|
| 34 |
-
|
|
| 35 |
-
|
|
| 36 |
-
|
|
| 37 |
-
|
|
| 38 |
-
|
|
| 39 |
-
|
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
| `a_pct25` | Annual 25th percentile wage. |
|
| 49 |
-
| `a_median` | Annual median wage (50th percentile). |
|
| 50 |
-
| `a_pct75` | Annual 75th percentile wage. |
|
| 51 |
-
| `a_pct90` | Annual 90th percentile wage. |
|
| 52 |
-
| `annual` | Contains `"TRUE"` if **only annual** wages are released (e.g., occupations typically working fewer than 2,080 hours/year but paid annually such as teachers, pilots, athletes). |
|
| 53 |
-
| `hourly` | Contains `"TRUE"` if **only hourly** wages are released (e.g., occupations typically working fewer than 2,080 hours/year and paid hourly such as actors, dancers, musicians, singers). |
|
| 54 |
-
|
| 55 |
-
---
|
| 56 |
-
|
| 57 |
-
## Notes on Missing/Suppressed Values
|
| 58 |
-
|
| 59 |
-
The dataset uses special symbols in some fields:
|
| 60 |
-
|
| 61 |
-
- `*` = a wage estimate is not available
|
| 62 |
-
- `**` = an employment estimate is not available
|
| 63 |
-
- `#` = wage is ≥ **$115.00/hour** or ≥ **$239,200/year**
|
| 64 |
-
- `~` = percent of establishments reporting the occupation is **< 0.5%**
|
| 65 |
-
|
| 66 |
-
---
|
| 67 |
-
|
| 68 |
-
## Practical Interpretation Tips
|
| 69 |
-
|
| 70 |
-
- **Employment (`tot_emp`) is rounded** to the nearest 10; small differences may be rounding artifacts.
|
| 71 |
-
- **PRSE fields (`emp_prse`, `mean_prse`)** indicate sampling uncertainty; use them to judge reliability.
|
| 72 |
-
- **Hourly vs annual fields:** Some occupations will only have one wage basis published (see `annual` and `hourly` flags).
|
| 73 |
-
|
| 74 |
-
---
|
| 75 |
-
|
| 76 |
-
## Source Citation
|
| 77 |
-
|
| 78 |
-
Bureau of Labor Statistics, U.S. Department of Labor. *Occupational Employment and Wage Statistics (OEWS), May 2024 Estimates.*
|
| 79 |
-
https://www.bls.gov/oes/
|
|
|
|
| 1 |
+
# May 2024 OEWS Estimates — Data Dictionary / Description
|
| 2 |
+
|
| 3 |
+
**Dataset:** AirBNB Hugging Face
|
| 4 |
+
**Publisher:** Airbnb
|
| 5 |
+
**Website:** https://insideairbnb.com/get-the-data/
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
> Not all fields are available for every type of estimate.
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
## Overview
|
| 13 |
+
|
| 14 |
+
This dataset provides employment and wage estimates for occupations (SOC) by geography (U.S., state, territory, metropolitan and nonmetropolitan areas) and, for some releases, by industry (NAICS) and ownership. Estimates include employment counts, measures of sampling error (PRSE), and wage levels (mean and percentiles) on hourly and/or annual bases.
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## Field Definitions
|
| 19 |
+
|
| 20 |
+
| Field | Description |
|
| 21 |
+
|---|---|
|
| 22 |
+
| id | Unique Airbnb listing ID | 36451 |
|
| 23 |
+
| name | Listing title | "Modern Downtown Apartment" |
|
| 24 |
+
| host_id | Unique host ID | 812345 |
|
| 25 |
+
| host_name | Host’s first name | "Sarah" |
|
| 26 |
+
| neighbourhood_group | Neighbourhood group (may be empty for Columbus) | NULL |
|
| 27 |
+
| neighbourhood | Neighbourhood name | "Short North" |
|
| 28 |
+
| latitude | Listing coordinates (latitude) | 39.9833 |
|
| 29 |
+
| longitude | Listing coordinates (longitude) | -82.9988 |
|
| 30 |
+
| room_type | Entire home/apt, Private room, Shared room, or Hotel room | "Entire home/apt" |
|
| 31 |
+
| price | Nightly price in USD (integer) | 150 |
|
| 32 |
+
| minimum_nights | Minimum nights required per booking | 2 |
|
| 33 |
+
| number_of_reviews | Total review count | 47 |
|
| 34 |
+
| last_review | Date of most recent review (YYYY-MM-DD; blank if no reviews) | 2025-10-12 |
|
| 35 |
+
| reviews_per_month | Average reviews per month (blank if no reviews) | 0.56 |
|
| 36 |
+
| calculated_host_listings_count | Number of listings the host has in Columbus | 4 |
|
| 37 |
+
| availability_365 | Days available in the next year (0 = fully booked or delisted) | 120 |
|
| 38 |
+
| number_of_reviews_ltm | Reviews in the last 12 months | 8 |
|
| 39 |
+
| license | License/registration number (if applicable) | "2024-STR-00123" |
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
## Source Citation
|
| 46 |
+
|
| 47 |
+
https://insideairbnb.com/get-the-data/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|