File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ Bug Fixes
185185- Bug in ``TimeGrouper`` doesn't exclude column specified by ``key`` (:issue:`7227`)
186186- Bug in ``DataFrame`` and ``Series`` bar and barh plot raises ``TypeError`` when ``bottom``
187187 and ``left`` keyword is specified (:issue:`7226`)
188- - BUG in ``DataFrame.hist`` raises ``TypeError`` when it contains non numeric column (:issue:`7277`)
189- - BUG in ``Index.delete`` does not preserve ``name`` and ``freq`` attributes (:issue:`7302`)
188+ - Bug in ``DataFrame.hist`` raises ``TypeError`` when it contains non numeric column (:issue:`7277`)
189+ - Bug in ``Index.delete`` does not preserve ``name`` and ``freq`` attributes (:issue:`7302`)
190190- Bug in ``DataFrame.query()``/``eval`` where local string variables with the @
191191 sign were being treated as temporaries attempting to be deleted
192192 (:issue:`7300`).
@@ -242,10 +242,10 @@ Bug Fixes
242242- Bug in ``DatetimeIndex.to_period``, ``PeriodIndex.asobject``, ``PeriodIndex.to_timestamp`` doesn't preserve ``name`` (:issue:`7485`)
243243- Bug in ``DatetimeIndex.to_period`` and ``PeriodIndex.to_timestanp`` handle ``NaT`` incorrectly (:issue:`7228`)
244244
245- - BUG in ``offsets.apply``, '' rollforward`` and ``rollback`` may return normal ``datetime`` (:issue:`7502`)
245+ - Bug in ``offsets.apply``, `` rollforward`` and ``rollback`` may return normal ``datetime`` (:issue:`7502`)
246246
247247
248- - BUG in ``resample`` raises ``ValueError`` when target contains ``NaT`` (:issue:`7227`)
248+ - Bug in ``resample`` raises ``ValueError`` when target contains ``NaT`` (:issue:`7227`)
249249
250250- Bug in ``Timestamp.tz_localize`` resets ``nanosecond`` info (:issue:`7534`)
251251
You can’t perform that action at this time.
0 commit comments