-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Cleaned references to pandas <v0.12 in docs #17375
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
jorisvandenbossche
merged 5 commits into
pandas-dev:master
from
topper-123:remove_references_to_old_versions
Sep 2, 2017
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d566383
Cleaned references to versions <0.12 in docs
6abd5cc
Updated according to comments
5bc8714
Revert "Updated according to comments"
7b9bc62
Pull out again the part about HDFStore backwards compatability
7d18e06
Improve note on using inf as nan in calculations
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,9 +67,8 @@ arise and we wish to also consider that "missing" or "not available" or "NA". | |
|
||
.. note:: | ||
|
||
Prior to version v0.10.0 ``inf`` and ``-inf`` were also | ||
considered to be "NA" in computations. This is no longer the case by | ||
default; use the ``mode.use_inf_as_na`` option to recover it. | ||
If you want to consider ``inf`` and ``-inf`` | ||
to be "NA" in computations, you can use the ``mode.use_inf_as_na`` option to archieve it. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. achieve |
||
|
||
.. _missing.isna: | ||
|
||
|
@@ -485,8 +484,8 @@ respectively: | |
|
||
Replacing Generic Values | ||
~~~~~~~~~~~~~~~~~~~~~~~~ | ||
Often times we want to replace arbitrary values with other values. New in v0.8 | ||
is the ``replace`` method in Series/DataFrame that provides an efficient yet | ||
Often times we want to replace arbitrary values with other values. The | ||
``replace`` method in Series/DataFrame provides an efficient yet | ||
flexible way to perform such replacements. | ||
|
||
For a Series, you can replace a single value or a list of values by another | ||
|
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.
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.
can you add a referencde to the section where panel is deprecated.
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.
There is a deprecation warning a bit above, so it's too much adding it here also IMO. I changed a note that calls on people to contribute to panels, though, as that isnt relevant anymore.