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.19.0.txt
+4
Original file line number
Diff line number
Diff line change
@@ -566,6 +566,7 @@ Performance Improvements
566
566
- Improved performance of float64 hash table operations, fixing some very slow indexing and groupby operations in python 3 (:issue:`13166`, :issue:`13334`)
567
567
- Improved performance of ``DataFrameGroupBy.transform`` (:issue:`12737`)
568
568
- Improved performance of ``Index.difference`` (:issue:`12044`)
569
+
- Improved performance of datetime string parsing in ``DatetimeIndex`` (:issue:`13692`)
569
570
570
571
.. _whatsnew_0190.bug_fixes:
571
572
@@ -631,6 +632,7 @@ Bug Fixes
631
632
- Bug in checking for any null objects in a ``TimedeltaIndex``, which always returned ``True`` (:issue:`13603`)
632
633
633
634
635
+
634
636
- Bug in ``Series`` arithmetic raises ``TypeError`` if it contains datetime-like as ``object`` dtype (:issue:`13043`)
635
637
636
638
@@ -654,6 +656,8 @@ Bug Fixes
654
656
655
657
- Bug in ``pd.to_numeric`` when ``errors='coerce'`` and input contains non-hashable objects (:issue:`13324`)
656
658
- Bug in invalid ``Timedelta`` arithmetic and comparison may raise ``ValueError`` rather than ``TypeError`` (:issue:`13624`)
659
+
- Bug in invalid datetime parsing in ``to_datetime`` and ``DatetimeIndex`` may raise ``TypeError`` rather than ``ValueError`` (:issue:`11169`, :issue:`11287`)
660
+
- Bug in ``Index`` created with tz-aware ``Timestamp`` and mismatched ``tz`` option incorrectly coerces timezone (:issue:`13692`)
657
661
658
662
- Bug in ``Categorical.remove_unused_categories()`` changes ``.codes`` dtype to platform int (:issue:`13261`)
659
663
- Bug in ``groupby`` with ``as_index=False`` returns all NaN's when grouping on multiple columns including a categorical one (:issue:`13204`)
0 commit comments