Expect values in this column to be valid state abbreviations.
expect_column_values_to_be_valid_us_state
This expectation level is BETA
Contributors:
Tags:
hackathon
typed-entities
Metrics:
column_values.nonnull.unexpected_count
column_values.valid_us_state.unexpected_count
table.row_count
column_values.valid_us_state.unexpected_values
Description
Expect values in this column to be valid state abbreviations.
See https://pypi.org/project/us/ for more information. DC statehood is a perennial issue in data science, and the owners of the us repo addressed it differently than we have: https://github.com/unitedstates/python-us/issues/50. dc_statehood defaults to True, though can be overriden by end users
Want to make your own Expectation or an improvement to this one?
We've put together some great how to guides (including videos) on how to create your own expectations in a flash!
You can see those resources here: Contributor Resources