IRS Individual Income Timeseries
Snowflake table name : CYBERSYN.IRS_INDIVIDUAL_INCOME_TIMESERIES
Name | Description | Type | Example |
---|---|---|---|
| A unique identifier for a place (state, county, zipcode) joinable to the geography_index/relationships tables | VARCHAR |
|
| A unique identifier for a variable joinable to the attributes table | VARCHAR |
|
| Human readable name for the variable | VARCHAR |
|
| Date associated with the value, for individual income zip code data it is the last day of the year being reported | DATE |
|
| The actual numeric value for the variable. Suprressed values are Null. | FLOAT |
|
| Unit of measure for the value, examples: USD, returns, individuals, dependents | VARCHAR |
|
| Boolean indicating whether the value has been suppressed in the underlying data for privacy purposes. Suppressed values appear as NULL | BOOLEAN |
|
Last updated