Skip to content

Commit 1b7bac4

Browse files
committed
Add returns section
1 parent 860f474 commit 1b7bac4

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
@@ -1909,6 +1909,10 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
19091909
19101910
.. versionadded:: 0.23.0
19111911
1912+
Returns
1913+
------
1914+
Stata (dta) file or StataWriter.
1915+
19121916
Raises
19131917
------
19141918
NotImplementedError
@@ -1921,7 +1925,7 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
19211925
* Categorical label contains more than 32,000 characters
19221926
19231927
.. versionadded:: 0.19.0
1924-
1928+
19251929
See Also
19261930
--------
19271931
read_stata : Import Stata data files.

0 commit comments

Comments
 (0)