File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -418,8 +418,8 @@ There are no prior version deprecations that are taking effect as of 0.15.0.
418
418
Deprecations
419
419
~~~~~~~~~~~~
420
420
421
- The ``convert_dummies`` method has been deprecated in favor of
422
- ``get_dummies``(:issue:`8140`)
421
+ - The ``convert_dummies`` method has been deprecated in favor of
422
+ ``get_dummies`` (:issue:`8140`)
423
423
424
424
.. _whatsnew_0150.knownissues:
425
425
@@ -473,8 +473,8 @@ Enhancements
473
473
474
474
475
475
- The ``get_dummies`` method can now be used on DataFrames. By default only
476
- catagorical columns are encoded as 0's and 1's, while other columns are
477
- left untouched.
476
+ catagorical columns are encoded as 0's and 1's, while other columns are
477
+ left untouched.
478
478
479
479
.. ipython:: python
480
480
@@ -585,7 +585,7 @@ Bug Fixes
585
585
now handles non-unique columns and returns columns in original order
586
586
(except for the case of two DataFrames with ``pairwise=False``, where behavior is unchanged) (:issue:`7542`)
587
587
- Bug in :func:`rolling_count` and ``expanding_*`` functions unnecessarily producing error message for zero-length data (:issue:`8056`)
588
- - Bug in :func:`rolling_apply` and :func:`expanding_apply`` interpreting ``min_periods=0`` as ``min_periods=1 (:issue:`8080`)
588
+ - Bug in :func:`rolling_apply` and :func:`expanding_apply` interpreting ``min_periods=0`` as ``min_periods=1`` (:issue:`8080`)
589
589
- Bug in ``DataFrame.plot`` and ``Series.plot`` may ignore ``rot`` and ``fontsize`` keywords (:issue:`7844`)
590
590
591
591
You can’t perform that action at this time.
0 commit comments