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 @@ -2470,7 +2470,7 @@ def to_stata(
2470
2470
to labels as values. Labels for a single variable must be 32,000
2471
2471
characters or smaller.
2472
2472
2473
- .. versionadded:: 1.3 .0
2473
+ .. versionadded:: 1.4 .0
2474
2474
2475
2475
Raises
2476
2476
------
Original file line number Diff line number Diff line change @@ -2230,6 +2230,8 @@ class StataWriter(StataParser):
2230
2230
to labels as values. The combined length of all labels for a single
2231
2231
variable must be 32,000 characters or smaller.
2232
2232
2233
+ .. versionadded:: 1.4.0
2234
+
2233
2235
Returns
2234
2236
-------
2235
2237
writer : StataWriter instance
@@ -3168,6 +3170,8 @@ class StataWriter117(StataWriter):
3168
3170
to labels as values. The combined length of all labels for a single
3169
3171
variable must be 32,000 characters or smaller.
3170
3172
3173
+ .. versionadded:: 1.4.0
3174
+
3171
3175
Returns
3172
3176
-------
3173
3177
writer : StataWriter117 instance
@@ -3566,6 +3570,8 @@ class StataWriterUTF8(StataWriter117):
3566
3570
to labels as values. The combined length of all labels for a single
3567
3571
variable must be 32,000 characters or smaller.
3568
3572
3573
+ .. versionadded:: 1.4.0
3574
+
3569
3575
Returns
3570
3576
-------
3571
3577
StataWriterUTF8
You can’t perform that action at this time.
0 commit comments