modin icon indicating copy to clipboard operation
modin copied to clipboard

ModuleNotFoundError: No module named 'modin.pandas.testing'

Open anmyachev opened this issue 1 year ago • 1 comments

This module is public and is used quite often. It shouldn't be difficult to maintain, as it has a few functions:

__all__ = [
    "assert_extension_array_equal",
    "assert_frame_equal",
    "assert_series_equal",
    "assert_index_equal",
]

anmyachev avatar Nov 29 '23 22:11 anmyachev

Interest in this module: https://github.com/modin-project/modin/issues/4236, https://github.com/modin-project/modin/issues/3029

anmyachev avatar Nov 29 '23 22:11 anmyachev

@anmyachev, should we close the issues you linked above in the comment?

YarShev avatar Mar 11 '24 18:03 YarShev

@anmyachev, should we close the issues you linked above in the comment?

Both of them are closed now.

anmyachev avatar Mar 11 '24 19:03 anmyachev