pd.core.window.rolling.Rolling.cov¶
pandas.core.window.rolling.Rolling.cov(other=None, pairwise=None, ddof=1)
Supported Arguments¶
other: DataFrame or Series (cannot contain nullable Integer Types)- Required
 - If called with a DataFrame, 
othermust be a DataFrame. If called with a Series,othermust be a Series.