File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,8 @@ the ``dtype`` information is respected.
221
221
.. code-block:: python
222
222
223
223
In [1]: pd.Series([pd.NaT], dtype='<M8[ns]') + pd.Series([pd.NaT], dtype='<M8[ns]')
224
- TypeError: can only operate on a datetimes for subtraction, but the operator [__add__] was passed
224
+ TypeError: can only operate on a datetimes for subtraction,
225
+ but the operator [__add__] was passed
225
226
226
227
.. ipython:: python
227
228
@@ -479,15 +480,15 @@ Bug Fixes
479
480
480
481
- Bug in ``.style.bar`` may not rendered properly using specific browser (:issue:`11678`)
481
482
482
- - Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta``s that caused an infinite recursion (:issue:`11835`)
483
+ - Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta`` that caused an infinite recursion (:issue:`11835`)
483
484
484
485
- Bug in ``df.replace`` while replacing value in mixed dtype ``Dataframe`` (:issue:`11698`)
485
486
486
487
- Bug in ``Index`` prevents copying name of passed ``Index``, when a new name is not provided (:issue:`11193`)
487
488
488
489
- Bug in ``read_excel`` failing to read any non-empty sheets when empty sheets exist and ``sheetname=None`` (:issue:`11711`)
489
490
490
- - Bug in ``read_excel`` failing to raise ``NotImplemented`` error when keywords `parse_dates` and `date_parser` are provided (:issue:`11544`)
491
+ - Bug in ``read_excel`` failing to raise ``NotImplemented`` error when keywords `` parse_dates`` and `` date_parser` ` are provided (:issue:`11544`)
491
492
492
493
- Bug in ``read_sql`` with pymysql connections failing to return chunked data (:issue:`11522`)
493
494
You can’t perform that action at this time.
0 commit comments