Skip to content

Commit cdd7581

Browse files
committed
Add returns section
1 parent 0bebcb1 commit cdd7581

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/core/frame.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,10 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
19021902
19031903
.. versionadded:: 0.23.0
19041904
1905+
Returns
1906+
------
1907+
Stata (dta) file or StataWriter.
1908+
19051909
Raises
19061910
------
19071911
NotImplementedError
@@ -1914,7 +1918,7 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
19141918
* Categorical label contains more than 32,000 characters
19151919
19161920
.. versionadded:: 0.19.0
1917-
1921+
19181922
See Also
19191923
--------
19201924
pandas.read_stata : Import Stata data files.

0 commit comments

Comments
 (0)