We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3a3dd commit fcf3f24Copy full SHA for fcf3f24
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