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/v1.3.0.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ Categorical
176
176
Datetimelike
177
177
^^^^^^^^^^^^
178
178
- Bug in :class:`DataFrame` and :class:`Series` constructors sometimes dropping nanoseconds from :class:`Timestamp` (resp. :class:`Timedelta`) ``data``, with ``dtype=datetime64[ns]`` (resp. ``timedelta64[ns]``) (:issue:`38032`)
179
-
-
179
+
- Bug in :meth:`DataFrame.first` and :meth:`Series.first` returning two months for offset one month when first day is last calendar day (:issue:`29623`)
180
180
-
181
181
182
182
Timedelta
@@ -224,6 +224,7 @@ Indexing
224
224
Missing
225
225
^^^^^^^
226
226
227
+
- Bug in :class:`Grouper` now correctly propagates ``dropna`` argument and :meth:`DataFrameGroupBy.transform` now correctly handles missing values for ``dropna=True`` (:issue:`35612`)
227
228
-
228
229
-
229
230
@@ -241,7 +242,8 @@ I/O
241
242
- Bug in :func:`read_csv` not accepting ``usecols`` with different length than ``names`` for ``engine="python"`` (:issue:`16469`)
242
243
- Bug in :func:`read_csv` raising ``TypeError`` when ``names`` and ``parse_dates`` is specified for ``engine="c"`` (:issue:`33699`)
243
244
- Allow custom error values for parse_dates argument of :func:`read_sql`, :func:`read_sql_query` and :func:`read_sql_table` (:issue:`35185`)
244
-
-
245
+
- Bug in :func:`to_hdf` raising ``KeyError`` when trying to apply
246
+
for subclasses of ``DataFrame`` or ``Series`` (:issue:`33748`).
0 commit comments