DataFrameComparison.equal# DataFrameComparison.equal(*, check_dtypes: bool = True) → bool[source]# Whether the data frames are equal, independent of row and column order. Parameters: check_dtypes – Whether to check that the data types of columns match exactly.