memote.experimental.checks

Custom checks for goodtables.

Module Contents

Classes

UnknownIdentifier Validate data identifiers against a known set.
class memote.experimental.checks.UnknownIdentifier(column, identifiers, **_)[source]

Validate data identifiers against a known set.

Attributes:
column : str

The header of the data column to check.

identifiers : iterable of str

The known set of identifiers.

check_row(self, cells)[source]

Check each row in the data table.