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
@@ -401,6 +403,8 @@ Backwards incompatible API changes
401
403
- :func: `pandas.api.dtypes.is_string_dtype` no longer incorrectly identifies categorical series as string.
402
404
- :func:`read_excel` no longer takes ``**kwds`` arguments. This means that passing in keyword ``chunksize`` now raises a ``TypeError``
403
405
(previously raised a ``NotImplementedError``), while passing in keyword ``encoding`` now raises a ``TypeError`` (:issue:`34464`)
406
+
- :func: `merge` now checks ``suffixes`` parameter type to be ``tuple`` and raises ``TypeError``, whereas before a ``list`` or ``set`` were accepted and that the ``set`` could produce unexpected results (:issue:`33740`)
407
+
- :class:`Period` no longer accepts tuples for the ``freq`` argument (:issue:`34658`)
0 commit comments