General Utilities#

Testing functions#

cudf.testing.testing.assert_column_equal(...)

Check that left and right columns are equal

cudf.testing.testing.assert_eq(left, right, ...)

Assert that two cudf-like things are equivalent

cudf.testing.testing.assert_frame_equal(...)

Check that left and right DataFrame are equal

cudf.testing.testing.assert_index_equal(...)

Check that left and right Index are equal

cudf.testing.testing.assert_neq(left, right, ...)

Assert that two cudf-like things are not equal.

cudf.testing.testing.assert_series_equal(...)

Check that left and right Series are equal