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
185
185
- Bug in ``TimeGrouper`` doesn't exclude column specified by ``key`` (:issue:`7227`)
186
186
- Bug in ``DataFrame`` and ``Series`` bar and barh plot raises ``TypeError`` when ``bottom``
187
187
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`)
190
190
- Bug in ``DataFrame.query()``/``eval`` where local string variables with the @
191
191
sign were being treated as temporaries attempting to be deleted
192
192
(:issue:`7300`).
@@ -242,10 +242,10 @@ Bug Fixes
242
242
- Bug in ``DatetimeIndex.to_period``, ``PeriodIndex.asobject``, ``PeriodIndex.to_timestamp`` doesn't preserve ``name`` (:issue:`7485`)
243
243
- Bug in ``DatetimeIndex.to_period`` and ``PeriodIndex.to_timestanp`` handle ``NaT`` incorrectly (:issue:`7228`)
244
244
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`)
246
246
247
247
248
- - BUG in ``resample`` raises ``ValueError`` when target contains ``NaT`` (:issue:`7227`)
248
+ - Bug in ``resample`` raises ``ValueError`` when target contains ``NaT`` (:issue:`7227`)
249
249
250
250
- Bug in ``Timestamp.tz_localize`` resets ``nanosecond`` info (:issue:`7534`)
251
251
You can’t perform that action at this time.
0 commit comments