Skip to content

Dataframe comparer

DataFramesNotEqualError

Bases: Exception

The DataFrames are not equal

Source code in chispa/dataframe_comparer.py
14
15
16
17
class DataFramesNotEqualError(Exception):
    """The DataFrames are not equal"""

    pass