diff --git a/doc/source/io.rst b/doc/source/io.rst index d8b6a43f684f4..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) and 117 (Stata 13+). +.. 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::