File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2393,7 +2393,7 @@ def to_stata(
2393
2393
to labels as values. Labels for a single variable must be 32,000
2394
2394
characters or smaller.
2395
2395
2396
- .. versionadded:: 1.3 .0
2396
+ .. versionadded:: 1.4 .0
2397
2397
2398
2398
Raises
2399
2399
------
Original file line number Diff line number Diff line change @@ -2193,6 +2193,8 @@ class StataWriter(StataParser):
2193
2193
to labels as values. The combined length of all labels for a single
2194
2194
variable must be 32,000 characters or smaller.
2195
2195
2196
+ .. versionadded:: 1.4.0
2197
+
2196
2198
Returns
2197
2199
-------
2198
2200
writer : StataWriter instance
@@ -3121,6 +3123,8 @@ class StataWriter117(StataWriter):
3121
3123
to labels as values. The combined length of all labels for a single
3122
3124
variable must be 32,000 characters or smaller.
3123
3125
3126
+ .. versionadded:: 1.4.0
3127
+
3124
3128
Returns
3125
3129
-------
3126
3130
writer : StataWriter117 instance
@@ -3519,6 +3523,8 @@ class StataWriterUTF8(StataWriter117):
3519
3523
to labels as values. The combined length of all labels for a single
3520
3524
variable must be 32,000 characters or smaller.
3521
3525
3526
+ .. versionadded:: 1.4.0
3527
+
3522
3528
Returns
3523
3529
-------
3524
3530
StataWriterUTF8
You can’t perform that action at this time.
0 commit comments