pandera.dtypes.Int.check#
- Int.check(pandera_dtype, data_container=None)[source]#
Check that pandera
DataTypeare equivalent.- Parameters
pandera_dtype (
ForwardRef) – ExpectedDataType.data_container (
Optional[Any]) – Data container, used by data types that require the actual data for validation.
- Return type
- Returns
boolean scalar or iterable of boolean scalars, indicating which elements passed the check.