Skip to content

Commit dad93b9

Browse files
committed
Final
1 parent 8697ea8 commit dad93b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1884,15 +1884,15 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
18841884
time_stamp : datetime
18851885
A datetime to use as file creation date. Default is the current
18861886
time.
1887-
data_label : str
1887+
data_label : str, optional
18881888
A label for the data set. Must be 80 characters or smaller.
18891889
variable_labels : dict
18901890
Dictionary containing columns as keys and variable labels as
18911891
values. Each label must be 80 characters or smaller.
18921892
18931893
.. versionadded:: 0.19.0
18941894
1895-
version : {114, 117}
1895+
version : {114, 117}, default 114
18961896
Version to use in the output dta file. Version 114 can be used
18971897
read by Stata 10 and later. Version 117 can be read by Stata 13
18981898
or later. Version 114 limits string variables to 244 characters or

0 commit comments

Comments
 (0)