:mod:`memote.experimental.checks` ================================= .. py:module:: memote.experimental.checks .. autoapi-nested-parse:: Custom checks for `goodtables`. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.experimental.checks.UnknownIdentifier .. py:class:: UnknownIdentifier(column, identifiers, **_) 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. .. !! processed by numpydoc !! .. method:: check_row(self, cells) Check each row in the data table. .. !! processed by numpydoc !!