Skip to content

Commit 82c92b5

Browse files
committed
Merge pull request #7805 from lexual/docs_inf_as_null_note
Docs: Be more specific about inf/-inf no longer being treated as nulls.
2 parents 05c6646 + fb437e5 commit 82c92b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/missing_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ detect this value with data of different types: floating point, integer,
6868
boolean, and general object. In many cases, however, the Python ``None`` will
6969
arise and we wish to also consider that "missing" or "null".
7070

71-
Until recently, for legacy reasons ``inf`` and ``-inf`` were also
71+
Prior to version v0.10.0 ``inf`` and ``-inf`` were also
7272
considered to be "null" in computations. This is no longer the case by
7373
default; use the ``mode.use_inf_as_null`` option to recover it.
7474

0 commit comments

Comments
 (0)