You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+36
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Highlights include:
12
12
- Integration with `Apache Parquet <https://parquet.apache.org/>`__, including a new top-level :func:`read_parquet` and :func:`DataFrame.to_parquet` method, see :ref:`here <io.parquet>`.
13
13
- New user-facing :class:`pandas.api.types.CategoricalDtype` for specifying
14
14
categoricals independent of the data, see :ref:`here <whatsnew_0210.enhancements.categorical_dtype>`.
15
+
- The behavior of ``sum`` and ``prod`` on all-NaN Series/DataFrames is now consistent without regards to `bottleneck <http://berkeleyanalytics.com/bottleneck>`__ is installed, see :ref:`here <whatsnew_0210.api_breaking.bottleneck>`
15
16
16
17
Check the :ref:`API Changes <whatsnew_0210.api_breaking>` and :ref:`deprecations <whatsnew_0210.deprecations>` before updating.
17
18
@@ -172,6 +173,41 @@ We have updated our minimum supported versions of dependencies (:issue:`15206`,
172
173
| Bottleneck | 1.0.0 | |
173
174
+--------------+-----------------+----------+
174
175
176
+
.. _whatsnew_0210.api_breaking.bottleneck:
177
+
178
+
Sum/Prod of all-NaN Series/DataFrames is now consistently NaN
0 commit comments