Skip to content

Commit 25eadac

Browse files
committed
doc fixups
1 parent 4c3ebcd commit 25eadac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: doc/source/whatsnew/v0.21.0.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,11 @@ NA naming Changes
191191
^^^^^^^^^^^^^^^^^
192192

193193
In orde to promote more consistency among the pandas API, we have added additional top-level
194-
functions :func:`isna` and :func:`notna` that are the same as :func:`isnull` and :func:`notnull`.
195-
The naming scheme is now more consistent with methods ``.dropna()`` and ``.fillna()``. Furthermore
194+
functions :func:`isna` and :func:`notna` that are aliases for :func:`isnull` and :func:`notnull`.
195+
The naming scheme is now more consistent with methods like ``.dropna()`` and ``.fillna()``. Furthermore
196196
in all cases where ``.isnull()`` and ``.notnull()`` methods are defined, these have additional methods
197-
named ``.isna()`` and ``.notna()``, these include for classes `Categorical`,
198-
`Index`, `Series`, and `DataFrame`. (:issue:`15001`).
199-
200-
Using :func:`isnull` and :func:`notnull` will now issue a ``DeprecationWarning`` and recommend using :func:`isna` and :func`notnull` respectively.
197+
named ``.isna()`` and ``.notna()``, these are included for classes ``Categorical``,
198+
``Index``, ``Series``, and ``DataFrame``. (:issue:`15001`).
201199

202200
The configuration option ``mode.use_inf_as_null``is deprecated, and ``mode.use_inf_as_na`` is added as a replacement.
203201

0 commit comments

Comments
 (0)