Skip to content

Commit 994f0b9

Browse files
committed
Final
1 parent ddf11bc commit 994f0b9

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
@@ -1877,15 +1877,15 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
18771877
time_stamp : datetime
18781878
A datetime to use as file creation date. Default is the current
18791879
time.
1880-
data_label : str
1880+
data_label : str, optional
18811881
A label for the data set. Must be 80 characters or smaller.
18821882
variable_labels : dict
18831883
Dictionary containing columns as keys and variable labels as
18841884
values. Each label must be 80 characters or smaller.
18851885
18861886
.. versionadded:: 0.19.0
18871887
1888-
version : {114, 117}
1888+
version : {114, 117}, default 114
18891889
Version to use in the output dta file. Version 114 can be used
18901890
read by Stata 10 and later. Version 117 can be read by Stata 13
18911891
or later. Version 114 limits string variables to 244 characters or

0 commit comments

Comments
 (0)