We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255978d commit d705278Copy full SHA for d705278
pandas/core/window.py
@@ -503,7 +503,9 @@ class Window(_Window):
503
* ``general_gaussian`` (needs power, width)
504
* ``slepian`` (needs width).
505
506
- If ``win_type=None`` a boxcar window is used.
+ 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>`__.
509
"""
510
511
def validate(self):
0 commit comments