We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e67f0a commit fb437e5Copy full SHA for fb437e5
doc/source/missing_data.rst
@@ -68,7 +68,7 @@ detect this value with data of different types: floating point, integer,
68
boolean, and general object. In many cases, however, the Python ``None`` will
69
arise and we wish to also consider that "missing" or "null".
70
71
-Until recently, for legacy reasons ``inf`` and ``-inf`` were also
+Prior to version v0.10.0 ``inf`` and ``-inf`` were also
72
considered to be "null" in computations. This is no longer the case by
73
default; use the ``mode.use_inf_as_null`` option to recover it.
74
0 commit comments