Expect values in a column to be shapely geometries that aren't empty (however, they can be null).
expect_column_values_to_be_nonempty_geometries
This expectation level is EXPERIMENTAL
Contributors:
Tags:
geospatial
hackathon-2022
Metrics:
column_values.nonnull.unexpected_count
column_values.nonempty_geometries.unexpected_count
table.row_count
column_values.nonempty_geometries.unexpected_values
Description
Expect values in a column to be shapely geometries that aren't empty (however, they can be null).
Args:
column (str): The column name.
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