Skip to content

Commit d705278

Browse files
committed
Add link to scipy window function docs
1 parent 255978d commit d705278

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/window.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,9 @@ class Window(_Window):
503503
* ``general_gaussian`` (needs power, width)
504504
* ``slepian`` (needs width).
505505
506-
If ``win_type=None`` a boxcar window is used.
506+
If ``win_type=None`` a boxcar window is used. To learn more about different
507+
window types see `scipy.signal window funcitons
508+
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__.
507509
"""
508510

509511
def validate(self):

0 commit comments

Comments
 (0)