File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Removal of prior version deprecations/changes
101
101
Performance Improvements
102
102
~~~~~~~~~~~~~~~~~~~~~~~~
103
103
104
- - Improved performance of :func:`Series.describe` in case of numeric dtpyes (:issue:`21274`)
104
+ - Improved performance of :func:`Series.describe` in case of numeric dtypes (:issue:`21274`)
105
105
- Improved performance of :func:`pandas.core.groupby.GroupBy.rank` when dealing with tied rankings (:issue:`21237`)
106
106
-
107
107
@@ -131,7 +131,7 @@ Datetimelike
131
131
132
132
- Fixed bug where two :class:`DateOffset` objects with different ``normalize`` attributes could evaluate as equal (:issue:`21404`)
133
133
- Bug in :class:`Index` with ``datetime64[ns, tz]`` dtype that did not localize integer data correctly (:issue:`20964`)
134
- -
134
+ - Fixed bug where `describe` method on tz-aware datetimes did not show `first` and `last` result (:issue:`21328`)
135
135
136
136
Timedelta
137
137
^^^^^^^^^
You can’t perform that action at this time.
0 commit comments