This data set shows monthly counts of new Washington State driver licenses and identification cards (ID) where customers presented licenses or IDs from other states or countries. The data is organized by Washington counties where the customers live. It shows where the previous driver licenses or ID cards were issued.
This dataset has the following 14 columns:
Column Name | API Column Name | Data Type | Description | Sample Values |
---|---|---|---|---|
Count of New WA State Driver Licenses and ID Cards | count_of_new_credential | number | The number of Driver Licenses and ID cards issued by Washington State Department of Licensing. | 1 view top 100 |
Year | year | text | The year the Washington ID card or Driver License was issued. | 2021 2022 2019 2023 2020 view top 100 |
Month | month | number | The month that the Washington ID card or Driver License was issued. | 9 10 8 7 3 view top 100 |
Month Name | month_name | text | The month that the Washington ID card or Driver License was issued. | September October August July March view top 100 |
Issue Date | issue_date | calendar_date | The month and year that the Washington ID card or Driver License was issued. | 2022-08-01T00:00:00.000 2021-08-01T00:00:00.000 2021-09-01T00:00:00.000 2021-10-01T00:00:00.000 2022-09-01T00:00:00.000 view top 100 |
Card Type Issued | card_type_issued | text | This shows what type of card Department of Licensing issued to the customer. | Driver License ID Card view top 100 |
County of Residence | county_of_residence | text | The Washington County on record associated with the new Driver License or ID card. | King Pierce Clark Snohomish Spokane view top 100 |
Prior State of USA Issued License or ID | state_of_origin | text | US State that issued the document the customer presented to get their Washington license or ID card. | California Oregon Not Applicable Texas Arizona view top 100 |
Country Issuing Previous License or ID | country_of_origin | text | Country that issued the document the customer presented to get their Washington license or ID card. | USA Canada Mexico Ukraine South Korea view top 100 |
ISO 2 Alpha code | iso_2_alpha_code | text | The International Organization for Standardization (ISO) 2-character alphabetical (letter) code used to identify the Country. | US CA MX UA KR view top 100 |
ISO 3 Alpha code | iso_3_alpha_code | text | The International Organization for Standardization (ISO) 3-character alphabetical (letter) code used to identify the Country. | USA CAN MEX UKR KOR view top 100 |
ISO Numeric Code | iso_numeric_code | number | The International Organization for Standardization (ISO) numeric code used to identify the Country. | 840 124 484 804 410 view top 100 |
IRS Country Code | irs_country_code | text | The identifying code used by the United States Internal Revenue Service to identify the Country. | US CA MX UP KS view top 100 |
Card Origin | geocoded_column | point | The geographical coordinates of the state or country that issued the card presented to Department of Licensing. | {"coordinates":[-119.417932,36.778261],"type":"Point"} {"coordinates":[-120.554201,43.804133],"type":"Point"} {"coordinates":[-99.901813,31.968599],"type":"Point"} {"coordinates":[-111.093731,34.048928],"type":"Point"} {"coordinates":[-81.515754,27.664827],"type":"Point"} view top 100 |