Skip to content

Commit e26b275

Browse files
Update doc/source/whatsnew/v1.4.0.rst
Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
1 parent 8bb29cb commit e26b275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Other enhancements
3434
- Additional options added to :meth:`.Styler.bar` to control alignment and display, with keyword only arguments (:issue:`26070`, :issue:`36419`)
3535
- :meth:`Styler.bar` now validates the input argument ``width`` and ``height`` (:issue:`42511`)
3636
- :meth:`Series.ewm`, :meth:`DataFrame.ewm`, now support a ``method`` argument with a ``'table'`` option that performs the windowing operation over an entire :class:`DataFrame`. See :ref:`Window Overview <window.overview>` for performance and functional benefits (:issue:`42273`)
37-
- :meth:`DataFrame.to_stata` and :meth:`StataWriter` now accept the keyword only argument ``value_labels`` to save labels for non-categorical columns
37+
- :meth:`DataFrame.to_stata` and :meth:`StataWriter` now accept the keyword only argument ``value_labels`` to save labels for non-categorical columns (:issue:`38454`)
3838
-
3939

4040
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)