We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 214df17 + fcf3f24 commit 9198c00Copy full SHA for 9198c00
pandas/core/window/doc.py
@@ -16,7 +16,7 @@ def create_section_header(header: str) -> str:
16
template_returns = dedent(
17
"""
18
Series or DataFrame
19
- Return type is the same as the original object.\n
+ Return type is the same as the original object with ``np.float64`` dtype.\n
20
21
).replace("\n", "", 1)
22
0 commit comments