Skip to content

Commit ff822bd

Browse files
committed
DOC: Add caveat to to_stata with version=119
1 parent c45da41 commit ff822bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ def to_stata(
21292129
characters or fewer while versions 117 and later allow strings
21302130
with lengths up to 2,000,000 characters. Versions 118 and 119
21312131
support Unicode characters, and version 119 supports more than
2132-
32,767 variables.
2132+
32,767 variables. For now, version 119 cannot be opened in Stata SE.
21332133
21342134
.. versionchanged:: 1.0.0
21352135

0 commit comments

Comments
 (0)