Skip to content

Commit 80a04d9

Browse files
committed
Add returns section
1 parent ef0906b commit 80a04d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/core/frame.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,6 +1899,10 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
18991899
19001900
.. versionadded:: 0.23.0
19011901
1902+
Returns
1903+
------
1904+
Stata (dta) file or StataWriter.
1905+
19021906
Raises
19031907
------
19041908
NotImplementedError
@@ -1911,7 +1915,7 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
19111915
* Categorical label contains more than 32,000 characters
19121916
19131917
.. versionadded:: 0.19.0
1914-
1918+
19151919
See Also
19161920
--------
19171921
pandas.read_stata : Import Stata data files.

0 commit comments

Comments
 (0)