Skip to content

Commit bf8327c

Browse files
committed
DOC: add ref to get_dummies entry in whatsnew
1 parent 4e47860 commit bf8327c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/whatsnew/v0.22.0.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ Other Enhancements
2929
- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
3030
- Improved wording of ``ValueError`` raised in :func:`to_datetime` when ``unit=`` is passed with a non-convertible value (:issue:`14350`)
3131
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` for a categorical dtype (:issue:`17033`)
32+
- :func:`get_dummies` now supports ``dtype`` argument, see :ref:`here <whatsnew_0220.enhancements.get_dummies_dtype>` for more (:issue: `18330`)
3233

33-
``get_dummies`` now supports ``dtype`` argument (:issue:`18330`)
34-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34+
.. _whatsnew_0220.enhancements.get_dummies_dtype
35+
36+
``get_dummies`` now supports ``dtype`` argument
37+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3538

3639
The :func:`get_dummies` now accepts a ``dtype`` argument, which specifies a specific dtype for the new columns. When ``dtype`` is not specified or ``None``, the dtype will be ``uint8`` as before. (:issue:`18330`)
3740

0 commit comments

Comments
 (0)