assert_frame_equal
compares two DataFrames and outputs any differences.
If you want to compare the DataFrames while ignoring the order of their index and column labels, use the argument check_like=True
.
assert_frame_equal
compares two DataFrames and outputs any differences.
If you want to compare the DataFrames while ignoring the order of their index and column labels, use the argument check_like=True
.