USPS Address Change Timeseries
Snowflake table name : CYBERSYN.USPS_ADDRESS_CHANGE_TIMESERIES
Name | Description | Type | Example |
---|---|---|---|
| A unique identifier for a place (e.g., state, city, zip-code, etc.). Joinable to the geography_index/relationships tables for filtering region aggregation | VARCHAR |
|
| Location name of the state, city, or zip code | VARCHAR |
|
| A unique identifier joinable to the attributes table | VARCHAR |
|
| A human readable description of the variable | VARCHAR |
|
| Date corresponding to data point. Note that dates are recorded as the period end date when measurement period is >1 day | DATE |
|
| The numeric value of the reported variable | NUMBER |
|
Last updated