diff --git a/pandas/core/frame.py b/pandas/core/frame.py index bfb633ae55095..76ae900d26a68 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -2131,6 +2131,11 @@ def to_stata( support Unicode characters, and version 119 supports more than 32,767 variables. + Version 119 should usually only be used when the number of + variables exceeds the capacity of dta format 118. Exporting + smaller datasets in format 119 may have unintended consequences, + and, as of November 2020, Stata SE cannot read version 119 files. + .. versionchanged:: 1.0.0 Added support for formats 118 and 119.