Does vaex
have any utility functions that help with checking for equality between two dataframes?
For example: pandas
has pandas.testing.assert_frame_equal
to check if two frames hold the same columns and values, which is rather nice when writing unit tests. Is there something similar in vaex
? Or maybe there is another convenient way to achieve this?