Skip to content

Commit a269f5f

Browse files
committed
add bugfix to whatsnew
1 parent 91f2204 commit a269f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Removal of prior version deprecations/changes
101101
Performance Improvements
102102
~~~~~~~~~~~~~~~~~~~~~~~~
103103

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`)
105105
- Improved performance of :func:`pandas.core.groupby.GroupBy.rank` when dealing with tied rankings (:issue:`21237`)
106106
-
107107

@@ -131,7 +131,7 @@ Datetimelike
131131

132132
- Fixed bug where two :class:`DateOffset` objects with different ``normalize`` attributes could evaluate as equal (:issue:`21404`)
133133
- 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`)
135135

136136
Timedelta
137137
^^^^^^^^^

0 commit comments

Comments
 (0)