arkouda
arkouda copied to clipboard
add assert_index_equal function
Add an assert_index_equal
function similar to pandas:
https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_index_equal.html
This will make testing easier.