-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Add optional argument index to pd.melt to maintain index values #33659
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 all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
a4f2d22
initial xlsb support
Rik-de-Kort 62564cf
Import order fix for CI pass
Rik-de-Kort a7a8460
Initial tests
Rik-de-Kort d9be281
style fixes
Rik-de-Kort 8bf8c78
documentation
Rik-de-Kort cd95dce
forgot place to document
Rik-de-Kort 7a7390d
Fixed test issue with XLRDError
Rik-de-Kort 248ac12
Fix for unnamed column issue
Rik-de-Kort 6ea78de
style fix
Rik-de-Kort 44c5439
line up with upstream master
Rik-de-Kort 92c98cd
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort 64fa6f3
Fix broken xlrd test
Rik-de-Kort cb276e8
get docs to build
Rik-de-Kort 4ebcb48
Remove warning filter
Rik-de-Kort 71436a0
Merge branch 'master' of https://github.com/Rik-de-Kort/pandas
Rik-de-Kort 00cc66b
extended description update
Rik-de-Kort 4c81853
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort e85da03
Xlsb options instead of odf options
Rik-de-Kort 2348c3b
Add reference in whatsnew to docs
Rik-de-Kort d02a5a5
Make pyxlsb show up in install.rst and show_versions
Rik-de-Kort c71e021
Add pyxlsb to ci builds
Rik-de-Kort ae3f9ea
environment.yml update
Rik-de-Kort a410e51
Merge upstream master
Rik-de-Kort 7c9dcce
One update to environment.yml too many
Rik-de-Kort 4bd8400
Trying to fix build
Rik-de-Kort 43ab0fe
Merge upstream
Rik-de-Kort 024492a
Added issue number
Rik-de-Kort b424c8e
Updated to use .rows(sparse=False) for future compat
Rik-de-Kort 571489b
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort dad4a53
xfails in test_readers.py
Rik-de-Kort 9b6bc9a
xfail url loads
Rik-de-Kort b92348e
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort c2cbfd7
Update min version
Rik-de-Kort 799bb28
test xfailing for the right reason
Rik-de-Kort b97c4ae
xfail unnecessary due to consistency check only
Rik-de-Kort 10c7cde
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort 594fea4
Merge branch 'master' of https://github.com/Rik-de-Kort/pandas
Rik-de-Kort dda5657
Initial fix over from original repo.
Rik-de-Kort 1233b9e
Proper implementation
Rik-de-Kort 0f45e4d
Multiindex support
Rik-de-Kort 9e8eaac
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort bb179b7
Updated docstring
Rik-de-Kort 4161ede
Whatsnew entry
Rik-de-Kort 7ae7261
Fix mypy error
Rik-de-Kort 7cee87d
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort 0455f64
renamed kwarg, docstring
Rik-de-Kort d5fb84e
updated reshaping.rst
Rik-de-Kort d65e836
PEP8 issue
Rik-de-Kort f782fee
PEP8 issue
Rik-de-Kort 14062aa
Updated whatsnew
Rik-de-Kort 39bd069
trailing whitespace in reshaping.rst
Rik-de-Kort 0bc198c
Resolve comments
Rik-de-Kort e67c842
Maybe this will fix doc linting?
Rik-de-Kort 666a856
Names and types
Rik-de-Kort 250fa5e
Merge upstream master
Rik-de-Kort fc7e50b
Merging master, again
Rik-de-Kort f3b1dca
Update doc/source/user_guide/reshaping.rst
Rik-de-Kort 8316cbf
Update pandas/core/frame.py
Rik-de-Kort 2b6ec46
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort 7ac9aa5
Merge branch 'master' of https://github.com/Rik-de-Kort/pandas
Rik-de-Kort 118a15d
Merge upstream master
Rik-de-Kort 64afbd0
Reviewer comments
Rik-de-Kort a1ecb46
transform note?
Rik-de-Kort 551e40f
Test full frame
Rik-de-Kort a462afd
Linting
Rik-de-Kort b1bf46d
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort 368bfa5
Documentation fixes
Rik-de-Kort bf7d5e5
Fixed documentation
Rik-de-Kort 9008ccc
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort a6ec490
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort 0391b7a
Merge branch 'master' of https://github.com/Rik-de-Kort/pandas
Rik-de-Kort 800c050
Fixed docs (Hopefully)
Rik-de-Kort 788c28a
Merge upstream master
Rik-de-Kort e134ed2
Hopefully fix documentation bug
Rik-de-Kort 7a765a3
Fix typing error
Rik-de-Kort b1cca84
Apply suggestions from code review
Rik-de-Kort c66767d
Doc review:
Rik-de-Kort 7f5018f
Type!
Rik-de-Kort 16e9bd4
Added example for difference
Rik-de-Kort df645e1
Merge branch 'master' of https://github.com/pandas-dev/pandas
Rik-de-Kort bbf8465
Linting failure?
Rik-de-Kort 57bffd1
TomAugspurger suggestion
Rik-de-Kort edcd123
Trailing whitespace...
Rik-de-Kort 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
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
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.