We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f0c344 + 3d10b59 commit 5cb70d9Copy full SHA for 5cb70d9
doc/source/io.rst
@@ -3989,8 +3989,11 @@ missing values are represented as ``np.nan``. If ``True``, missing values are
3989
represented using ``StataMissingValue`` objects, and columns containing missing
3990
values will have ``object`` data type.
3991
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+).
+.. note::
+
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).
3997
3998
.. note::
3999
0 commit comments