orphan: |
---|
- Bug in :class:`Index` where a numpy object array with a timezone aware :class:`Timestamp` and
np.nan
would not return a :class:`DatetimeIndex` (:issue:`27011`)
- Bug in :meth:`Series.interpolate` when using a timezone aware :class:`DatetimeIndex` (:issue:`27548`)
- Bug when printing negative floating point complex numbers would raise an
IndexError
(:issue:`27484`)
- Added a pandas_plotting_backends entrypoint group for registering plot backends. See :ref:`extending.plotting-backends` for more (:issue:`26747`).
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.transform` where applying a timezone conversion lambda function would drop timezone information (:issue:`27496`)
- Bug in :meth:`DataFrame.crosstab` when margins set to True and normalize is not False, an error is raised. (:issue:`27500`)
.. contributors:: HEAD..HEAD