# Dataset

### Components

* Provides data on unemployment trends spanning pre-COVID, COVID, and post-pandemic periods, including employment characteristics such as armed employment, civilian employment, and labor force composition across various industries in specific areas.
* Additionally supplemented with monthly updates sourced from the Bureau of Labor Statistics (BLS) to track ongoing changes in unemployment patterns.
* Includes metadata mapping that links attribute names to zip codes, cities, counties, and Core Based Statistical Areas (CBSAs).

### Schema Overview

<table><thead><tr><th width="228">Field Name</th><th width="142">Field Type</th><th width="584">Description</th></tr></thead><tbody><tr><td>COUNTY_NAME</td><td>String</td><td>County name</td></tr><tr><td>COUNTY_FIPS_CODE</td><td>String</td><td>Federal Information Processing Standards (FIPS) code for counties</td></tr><tr><td>STATE_CODE</td><td>String</td><td>State code</td></tr><tr><td>YEAR</td><td>Integer</td><td>Year</td></tr><tr><td>MONTH_NAME</td><td>String</td><td>Month Name</td></tr><tr><td>MONTH_NUMBER</td><td>Integer</td><td>Month Number</td></tr><tr><td>RT_UNEMPLOYMENT</td><td>Float</td><td>Rate of unemployment</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.aterio.io/data-products/us-county-unemployment-statistics/dataset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
