Skip to content

Dataframe comparer

DataFramesNotEqualError

Bases: Exception

The DataFrames are not equal

Source code in chispa/dataframe_comparer.py
17
18
19
20
class DataFramesNotEqualError(Exception):
    """The DataFrames are not equal"""

    pass