Ignore the Order of Index When Comparing Two DataFrames
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.
Ignore the Order of Index When Comparing Two DataFrames Read More »









