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.1.0.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ Numeric
234
234
Conversion
235
235
^^^^^^^^^^
236
236
- Bug in :class:`Series` construction from NumPy array with big-endian ``datetime64`` dtype (:issue:`29684`)
237
-
-
237
+
- Bug in :class:`Timedelta` construction with large nanoseconds keyword value (:issue:`32402`)
238
238
-
239
239
240
240
Strings
@@ -327,6 +327,7 @@ Reshaping
327
327
- Bug in :func:`crosstab` when inputs are two Series and have tuple names, the output will keep dummy MultiIndex as columns. (:issue:`18321`)
328
328
- :meth:`DataFrame.pivot` can now take lists for ``index`` and ``columns`` arguments (:issue:`21425`)
329
329
- Bug in :func:`concat` where the resulting indices are not copied when ``copy=True`` (:issue:`29879`)
330
+
- :meth:`Series.append` will now raise a ``TypeError`` when passed a DataFrame or a sequence containing Dataframe (:issue:`31413`)
330
331
- :meth:`DataFrame.replace` and :meth:`Series.replace` will raise a ``TypeError`` if ``to_replace`` is not an expected type. Previously the ``replace`` would fail silently (:issue:`18634`)
331
332
332
333
@@ -349,7 +350,6 @@ Other
349
350
instead of ``TypeError: Can only append a Series if ignore_index=True or if the Series has a name`` (:issue:`30871`)
350
351
- Set operations on an object-dtype :class:`Index` now always return object-dtype results (:issue:`31401`)
351
352
- Bug in :meth:`AbstractHolidayCalendar.holidays` when no rules were defined (:issue:`31415`)
0 commit comments