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
Consistent Casting With Setting Into Boolean Series
@@ -300,7 +335,7 @@ Optional libraries below the lowest tested version may still work, but are not c
300
335
+=================+=================+=========+
301
336
| beautifulsoup4 | 4.6.0 ||
302
337
+-----------------+-----------------+---------+
303
-
| fastparquet | 0.3.2||
338
+
| fastparquet | 0.4.0|X|
304
339
+-----------------+-----------------+---------+
305
340
| fsspec | 0.7.4 ||
306
341
+-----------------+-----------------+---------+
@@ -627,6 +662,7 @@ Other
627
662
- Bug in :class:`Styler` where multiple elements in CSS-selectors were not correctly added to ``table_styles`` (:issue:`39942`)
628
663
- Bug in :meth:`DataFrame.equals`, :meth:`Series.equals`, :meth:`Index.equals` with object-dtype containing ``np.datetime64("NaT")`` or ``np.timedelta64("NaT")`` (:issue:`39650`)
629
664
- Bug in :func:`pandas.util.show_versions` where console JSON output was not proper JSON (:issue:`39701`)
665
+
- Bug in :meth:`DataFrame.convert_dtypes` incorrectly raised ValueError when called on an empty DataFrame (:issue:`40393`)
0 commit comments