Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following specifies the required minimum number of observations for each column pair in order to have a valid result?

a) min_periods
b) max_periods
c) minimum_periods
d) all of the mentioned

Answer: a
Explanation: DataFrame.cov also supports an optional min_periods.

Join The Discussion