Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
anmyachev opened this issue Nov 29, 2023 · 3 comments · Fixed by #7045
Closed

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

anmyachev opened this issue Nov 29, 2023 · 3 comments · Fixed by #7045
Labels
new feature/request 💬 Requests and pull requests for new features P2 Minor bugs or low-priority feature requests pandas concordance 🐼 Functionality that does not match pandas

Comments

@anmyachev
Copy link
Collaborator

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 anmyachev added new feature/request 💬 Requests and pull requests for new features P2 Minor bugs or low-priority feature requests labels Nov 29, 2023
@anmyachev
Copy link
Collaborator Author

anmyachev commented Nov 29, 2023

Interest in this module: #4236, #3029

@anmyachev anmyachev added the pandas concordance 🐼 Functionality that does not match pandas label Dec 4, 2023
anmyachev added a commit to anmyachev/modin that referenced this issue Mar 8, 2024
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
anmyachev added a commit that referenced this issue Mar 11, 2024
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@YarShev
Copy link
Collaborator

YarShev commented Mar 11, 2024

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

@anmyachev
Copy link
Collaborator Author

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

Both of them are closed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features P2 Minor bugs or low-priority feature requests pandas concordance 🐼 Functionality that does not match pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants