macpie.pandas.diff_rows#

macpie.pandas.diff_rows(left: DataFrame, right: DataFrame, subset_pair_kwargs={})#

Find the row differences between two DataFrames (that share the same columns).

Parameters:
leftDataFrame
rightDataFrame
subset_pair_kwargsdict, optional

Keyword arguments to pass to underlying macpie.pandas.subset_pair() to pre-filter columns before comparison.

Returns:
DataFrame

Row differences.