MulDataFrame.equals#

MulDataFrame.equals(other)#

Test whether two MulDataFrames are the same.

Two MulDataFrames are equal only if their index dataframes, columns dataframes and value dataframes are equal. Use DataFrame.equals under the hood.

Parameters#

otherobject

The other object to be compared with the MulDataFrame. If the other is not a MulDataFrame, returns False.

Returns#

bool

True for equality.