-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: added missing fill_na parameter to DataFrame.unstack() with list of levels #30838
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c3d6a2b
added missing fill_na parameter
tanmay1618 a780a18
BUG: fill_value ignored for multindex unstack (#30740)
tanmay1618 f4092fd
BUG: #30740 unstack mulitindex not ignoring fill_value
tanmay1618 76931e8
BUG : #30740
tanmay1618 3a320d0
BUG: #30740 merge request solved
tanmay1618 d45d176
Update pandas/tests/reshape/test_reshape.py
tanmay1618 efc579d
BUG: #30740 moved test to tests/frame/test_reshape.py
tanmay1618 1c4632a
BUG: #30740 added to whatsnew
tanmay1618 33ddaf0
Merge remote-tracking branch 'upstream/master' into unstack_fill_na
tanmay1618 4c06835
Merge branch 'unstack_fill_na' of https://github.com/tanmay1618/panda…
tanmay1618 e1eb158
BUG: #30740 added gh to comment
tanmay1618 0018451
BUG #30740 moved to test/frames/test_reshape.py
tanmay1618 dcb8a3b
BUG #30740 moved bug doc to v1.0.0
tanmay1618 c984d5a
BUG: #30740 removed class for tests
tanmay1618 1e7f0fc
Merge branch 'unstack_fill_na' of https://github.com/tanmay1618/panda…
tanmay1618 68b247a
Update v0.25.3.rst
tanmay1618 2d7a615
Merge remote-tracking branch 'upstream/master' into unstack_fill_na
tanmay1618 1ba9b34
Merge branch 'unstack_fill_na' of https://github.com/tanmay1618/panda…
tanmay1618 b35fed9
BUG: #30740 added gh to comment
tanmay1618 7414e59
BUG #30740 moved bug doc to v1.0.0
tanmay1618 1d164ce
BUG: #30740 removed class for tests
tanmay1618 591c747
BUG #30740 moved to test/frames/test_reshape.py
tanmay1618 90086e4
Merge branch 'unstack_fill_na' of https://github.com/tanmay1618/panda…
tanmay1618 f03ceb6
Merge branch 'unstack_fill_na' of https://github.com/tanmay1618/panda…
tanmay1618 a1dbd08
removed self from function
tanmay1618 c3c3447
Update v1.0.0.rst
TomAugspurger fe3f487
Merge remote-tracking branch 'upstream/master' into unstack_fill_na
tanmay1618 386b13c
Merge branch 'unstack_fill_na' of https://github.com/tanmay1618/panda…
tanmay1618 c93cbc8
changed expected to fixed datframe in test
tanmay1618 6cc15ef
Update pandas/tests/frame/test_reshape.py
tanmay1618 d2249e0
Update pandas/tests/frame/test_reshape.py
tanmay1618 6f75025
Update pandas/core/reshape/reshape.py
tanmay1618 2809c55
Update pandas/tests/frame/test_reshape.py
tanmay1618 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.