-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Change mylen
function to account for NaN empty lists when exploding on multiple columns
#46791
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
Conversation
Thanks for the pull request. Doesn't this fix relate to an existing issue? Can you demonstrate the behavior before/after fix? |
mylen
function to account for empty listsmylen
function to account for NaN empty lists when exploding on multiple columns
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a whatsnew note?
@@ -223,9 +223,15 @@ def test_explode_sets(): | |||
|
|||
|
|||
@pytest.mark.parametrize( | |||
"input_subset, expected_dict, expected_index", | |||
"input_dict, input_index, input_subset, expected_dict, expected_index", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make new tests? This is really hard to review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, can you add a whatsnew note. bug fixes for 1.5, in the reshaping section.
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.