pandera.api.checks.Check.equal_to#

classmethod Check.equal_to(value, **kwargs)[source]#

Ensure all elements of a data container equal a certain value.

Parameters

value (Any) – values in this pandas data structure must be equal to this value.

Return type

Check