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

FIX-#7060: Fix pivot unexpected exception when index or columns are of Index type #7061

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

anmyachev
Copy link
Collaborator

@anmyachev anmyachev commented Mar 12, 2024

What do these changes do?

@@ -603,6 +603,7 @@ def test_pivot(data, index, columns, values, request):
if (
"one_column_values-one_column-default-float_nan_data"
in request.node.callspec.id
or "default-one_column-several_columns_index" in request.node.callspec.id
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One mistake hid another. The bug investigation will be in #7010.

…x type

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@anmyachev anmyachev changed the title FIX-#7060: Fix pivot when index or columns are of Index type FIX-#7060: Fix pivot unexpected exception when index or columns are of Index type Mar 12, 2024
@anmyachev anmyachev marked this pull request as ready for review March 12, 2024 13:43
@YarShev YarShev merged commit 7fc119d into modin-project:master Mar 12, 2024
37 checks passed
@anmyachev anmyachev deleted the issue7060 branch March 12, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants