Skip to content

Commit 2331741

Browse files
committed
Merge branch 'GH38454-export-stata-value-labels' of github.com:lmcindewar/pandas into GH38454-export-stata-value-labels
2 parents 5d0fb84 + e26b275 commit 2331741

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)