Skip to content

Commit 9198c00

Browse files
authored
Merge pull request #256 from pandas-dev/master
DOC: Clarify dtype of returned object from window ops (pandas-dev#43030)
2 parents 214df17 + fcf3f24 commit 9198c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window/doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create_section_header(header: str) -> str:
1616
template_returns = dedent(
1717
"""
1818
Series or DataFrame
19-
Return type is the same as the original object.\n
19+
Return type is the same as the original object with ``np.float64`` dtype.\n
2020
"""
2121
).replace("\n", "", 1)
2222

0 commit comments

Comments
 (0)