Expect column entries to not contain special characters.
expect_column_values_to_not_contain_special_characters
This expectation level is EXPERIMENTAL
Contributors:
Tags:
experimental expectation
column map expectation
special characters
Metrics:
column_values.nonnull.unexpected_count
column_values.not_contain_special_character.unexpected_count
table.row_count
column_values.not_contain_special_character.unexpected_values
Description
Expect column entries to not contain special characters.
Args:
- column (str): The column name
Keyword Args:
- mostly (None or a float value between 0 and 1): Successful if at least mostly fraction of values match the expectation For more detail, see mostly.
Returns:
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