Schemas.equal#

Schemas.equal(*, check_dtypes: bool = True) bool[source]#

Whether the schemas of the left and right data frames are equal.

Parameters:

check_dtypes – Whether to check that the data types of columns match exactly.