Skip to content

Commit 5cb70d9

Browse files
committed
Merge pull request #10662 from kshedden/stata118_doc
Small doc update for Stata 118 support
2 parents 2f0c344 + 3d10b59 commit 5cb70d9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/io.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,8 +3989,11 @@ missing values are represented as ``np.nan``. If ``True``, missing values are
39893989
represented using ``StataMissingValue`` objects, and columns containing missing
39903990
values will have ``object`` data type.
39913991

3992-
:func:`~pandas.read_stata` and :class:`~pandas.io.stata.StataReader` supports .dta
3993-
formats 104, 105, 108, 113-115 (Stata 10-12) and 117 (Stata 13+).
3992+
.. note::
3993+
3994+
:func:`~pandas.read_stata` and
3995+
:class:`~pandas.io.stata.StataReader` support .dta formats 113-115
3996+
(Stata 10-12), 117 (Stata 13), and 118 (Stata 14).
39943997

39953998
.. note::
39963999

0 commit comments

Comments
 (0)