polars.DataFrame.frame_equal#

DataFrame.frame_equal(
other: DataFrame,
*,
null_equal: bool = True,
) bool[source]#

Check whether the DataFrame is equal to another DataFrame.

Deprecated since version 0.19.16: This method has been renamed to equals().

Parameters:
other

DataFrame to compare with.

null_equal

Consider null values as equal.