We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c4d87 commit c313ccaCopy full SHA for c313cca
doc/source/whatsnew/v0.25.0.rst
@@ -211,7 +211,7 @@ Numeric
211
- Bug in :meth:`to_numeric` in which large negative numbers were being improperly handled (:issue:`24910`)
212
- Bug in :meth:`to_numeric` in which numbers were being coerced to float, even though ``errors`` was not ``coerce`` (:issue:`24910`)
213
- Bug in error messages in :meth:`DataFrame.corr` and :meth:`Series.corr`. Added the possibility of using a callable. (:issue:`25729`)
214
--
+- Fixed bug where casting all-boolean array to integer extension array failed (:issue:`25211`)
215
-
216
217
0 commit comments