We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d95b3a commit f5e2400Copy full SHA for f5e2400
doc/source/whatsnew/v0.19.1.txt
@@ -81,6 +81,3 @@ Bug Fixes
81
82
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
83
is not scalar and ``values`` is not specified (:issue:`14380`)
84
-- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
85
- is not scalar and ``values`` is not specified (:issue:`14380`)
86
-- Bug in ``asfreq``, where frequency wasn't set for empty Series (:issue:`14320`)
doc/source/whatsnew/v0.20.0.txt
@@ -80,3 +80,5 @@ Performance Improvements
80
Bug Fixes
~~~~~~~~~
+
+- Bug in ``asfreq``, where frequency wasn't set for empty Series (:issue:`14320`)
0 commit comments