We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3406547 commit a298430Copy full SHA for a298430
doc/source/whatsnew/v0.20.2.txt
@@ -57,7 +57,6 @@ Conversion
57
58
- Bug in :func:`to_numeric` in which empty data inputs were causing a segfault of the interpreter (:issue:`16302`)
59
- Silence numpy warnings when broadcasting ``DataFrame`` to ``Series`` with comparison ops (:issue:`16378`, :issue:`16306`)
60
-- Bug in ``Series`` with ``dtype='category'`` (:issue:`16524`)
61
62
63
Indexing
doc/source/whatsnew/v0.20.3.txt
@@ -44,6 +44,7 @@ Conversion
44
^^^^^^^^^^
45
46
- Bug in pickle compat prior to the v0.20.x series, when ``UTC`` is a timezone in a Series/DataFrame/Index (:issue:`16608`)
47
+- Bug in ``Series`` with ``dtype='category'`` (:issue:`16524`)
48
49
50
^^^^^^^^
0 commit comments