arkouda
arkouda copied to clipboard
Arkouda (αρκούδα): Interactive Data Analytics at Supercomputing Scale :bear:
This has various updates to PROTO-tests/tests/dataframe_test.py. Brings in an additional 7 tests from the non-PROTOs test: test_to_pandas, test_from_pandas, test_save, test_ipv4_columns, test_convenience_init, test_column_init, test_merge. Both versions now perform the same tests....
Add a `assert_frame_equal` function similar to pandas: https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_frame_equal.html This will make testing easier.
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.
Add an `assert_series_equal` function similar to pandas: https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_series_equal.html This will make testing easier.
Update/verify series_test.py in PROTO_tests to ensure all tests pass and full coverage.
Update/verify that index_test.py in PROTO_tests passes all tests and has full coverage.