arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Create testing library to mirror pandas

Open ajpotts opened this issue 9 months ago • 0 comments

Create a testing library to mirror pandas: https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/asserters.py

Include assert_frame_equal, assert_index_equal, and assert_series_equal: https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_frame_equal.html https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_index_equal.html https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_series_equal.html

ajpotts avatar May 20 '24 21:05 ajpotts