File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2232,8 +2232,8 @@ class StataWriter(StataParser):
2232
2232
2233
2233
value_labels : dict of dicts
2234
2234
Dictionary containing columns as keys and dictionaries of column value
2235
- to labels as values. Labels for a single variable must be 32,000
2236
- characters or smaller.
2235
+ to labels as values. The combined length of all labels for a single
2236
+ variable must be 32,000 characters or smaller.
2237
2237
2238
2238
Returns
2239
2239
-------
@@ -3163,8 +3163,8 @@ class StataWriter117(StataWriter):
3163
3163
3164
3164
value_labels : dict of dicts
3165
3165
Dictionary containing columns as keys and dictionaries of column value
3166
- to labels as values. Labels for a single variable must be 32,000
3167
- characters or smaller.
3166
+ to labels as values. The combined length of all labels for a single
3167
+ variable must be 32,000 characters or smaller.
3168
3168
3169
3169
Returns
3170
3170
-------
@@ -3561,8 +3561,8 @@ class StataWriterUTF8(StataWriter117):
3561
3561
3562
3562
value_labels : dict of dicts
3563
3563
Dictionary containing columns as keys and dictionaries of column value
3564
- to labels as values. Labels for a single variable must be 32,000
3565
- characters or smaller.
3564
+ to labels as values. The combined length of all labels for a single
3565
+ variable must be 32,000 characters or smaller.
3566
3566
3567
3567
Returns
3568
3568
-------
You can’t perform that action at this time.
0 commit comments