crowsetta.validation.check_consistent_length#
- crowsetta.validation.check_consistent_length(arrays: Sequence[Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]]) None[source]#
Check that all arrays have consistent first dimensions. Checks whether all objects in arrays have the same shape or length.