=================== Params and examples =================== To use Pandas Diff in a project:: import pandas_diff .. automodule:: pandas_diff.pandas_diff :members: Example of filtering the column "power", when calculating modify fields.:: df = get_diffs(A ,B ,"hero", ignore_columns=["power"])