From 9e34368063e58c9f8b53dd59685433c921f07d27 Mon Sep 17 00:00:00 2001 From: Kerby Shedden Date: Thu, 23 Jul 2015 10:09:59 -0400 Subject: [PATCH 1/2] Small doc update for Stata 118 support --- doc/source/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/io.rst b/doc/source/io.rst index d8b6a43f684f4..e95285c041df2 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -3990,7 +3990,7 @@ represented using ``StataMissingValue`` objects, and columns containing missing values will have ``object`` data type. :func:`~pandas.read_stata` and :class:`~pandas.io.stata.StataReader` supports .dta -formats 104, 105, 108, 113-115 (Stata 10-12) and 117 (Stata 13+). +formats 104, 105, 108, 113-115 (Stata 10-12), 117 (Stata 13), and 118 (Stata 14). .. note:: From 3d10b5924f212366ed7c4bf43f702d1bb809d8da Mon Sep 17 00:00:00 2001 From: Kerby Shedden Date: Thu, 23 Jul 2015 22:09:30 -0400 Subject: [PATCH 2/2] Revise version support statement --- doc/source/io.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/io.rst b/doc/source/io.rst index e95285c041df2..65f887288cc6d 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -3989,8 +3989,11 @@ missing values are represented as ``np.nan``. If ``True``, missing values are represented using ``StataMissingValue`` objects, and columns containing missing values will have ``object`` data type. -:func:`~pandas.read_stata` and :class:`~pandas.io.stata.StataReader` supports .dta -formats 104, 105, 108, 113-115 (Stata 10-12), 117 (Stata 13), and 118 (Stata 14). +.. note:: + + :func:`~pandas.read_stata` and + :class:`~pandas.io.stata.StataReader` support .dta formats 113-115 + (Stata 10-12), 117 (Stata 13), and 118 (Stata 14). .. note::