-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Remove SparseSeries and SparseDataFrame #28425
Merged
TomAugspurger
merged 36 commits into
pandas-dev:master
from
TomAugspurger:remove-sparse
Sep 18, 2019
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
acf5f2f
CLN: Remove sparse
TomAugspurger 5418dd5
round 2
TomAugspurger f61b5e3
Round 3
TomAugspurger 238db69
round 4
TomAugspurger 7448795
remove hdf
TomAugspurger f285272
some more
TomAugspurger b6fb1aa
cleanup
TomAugspurger c476b21
note
TomAugspurger fc34fe8
fixups
TomAugspurger 3cc4765
pickle changes
TomAugspurger 766a2f2
pickle compat
TomAugspurger dd51140
skip feather
TomAugspurger 129e89e
fixups
TomAugspurger 5b711c6
Merge remote-tracking branch 'upstream/master' into remove-sparse
TomAugspurger 075bfd2
cleanups
TomAugspurger 2b58e53
black
TomAugspurger 413347f
to_sparse docs
TomAugspurger d5828e3
doc note
TomAugspurger 047773e
rm sparse frame
TomAugspurger 2d8d195
rm sparse series
TomAugspurger fa508c1
docs
TomAugspurger 9b61370
doc
TomAugspurger 0c530ae
remove new pickle
TomAugspurger 5d55a49
Update v0.25.0.rst
TomAugspurger 58b848a
Update v0.25.0.rst
TomAugspurger 7a7e2d3
Merge remote-tracking branch 'upstream/master' into remove-sparse
TomAugspurger f1afc8f
added new legacy pickle files
TomAugspurger 7742e36
Merge remote-tracking branch 'upstream/master' into remove-sparse
TomAugspurger 008931a
shim
TomAugspurger 04bf466
shim
TomAugspurger a4a21ae
revert io changes
TomAugspurger a8b0d65
warning for sparse
TomAugspurger 77b7da3
Fixup typing
TomAugspurger d265ba9
format
TomAugspurger c2a9514
fixup typing
TomAugspurger 0c02b2a
0.24.0 todo
TomAugspurger 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
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 be done as a follow up and probably something easy for the community to contribute to, but ideally since we are converting these from
ipython
topython
directives should add the original output (applicable in a few places below)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.
Certainly wouldn't object, but I think that's fairly low-value since, e.g. the 0.16 version of the docs at https://pandas.pydata.org/pandas-docs/version/0.16.0/whatsnew.html will have the correct rendering.
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.
Yea I don’t think you should do here as there’s already enough - just a nice to have a first time contributor could pick up.
I can open an issue for it later