File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,11 @@ NA naming Changes
191191^^^^^^^^^^^^^^^^^
192192
193193In 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
196196in 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
202200The configuration option ``mode.use_inf_as_null``is deprecated, and ``mode.use_inf_as_na`` is added as a replacement.
203201
You can’t perform that action at this time.
0 commit comments