Skip to content

Commit 7d14136

Browse files
author
y-p
committed
DOC: update docs to reflect new mode.use_inf_as_null option
1 parent d923c91 commit 7d14136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pandas 0.10.0
9999
instead. This is a legacy hack and can lead to subtle bugs.
100100
- inf/-inf are no longer considered as NA by isnull/notnull. To be clear, this
101101
is legacy cruft from early pandas. This behavior can be globally re-enabled
102-
using pandas.core.common.use_inf_as_na (#2050, #1919)
102+
using the new option ``mode.use_inf_as_null`` (#2050, #1919)
103103
- ``pandas.merge`` will now default to ``sort=False``. For many use cases
104104
sorting the join keys is not necessary, and doing it by default is wasteful
105105
- ``names`` handling in file parsing: if explicit column `names` passed,

doc/source/missing_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ arise and we wish to also consider that "missing" or "null".
6161

6262
Until recently, for legacy reasons ``inf`` and ``-inf`` were also
6363
considered to be "null" in computations. This is no longer the case by
64-
default; use the :func: `~pandas.core.common.use_inf_as_null` function to recover it.
64+
default; use the ``mode.use_inf_as_null`` option to recover it.
6565

6666
.. _missing.isnull:
6767

0 commit comments

Comments
 (0)