File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1404,7 +1404,7 @@ def _get_cov(X, Y):
1404
1404
otherwise defaults to `False`.
1405
1405
Not relevant for :class:`~pandas.Series`.
1406
1406
**kwargs
1407
- Under Review .
1407
+ Unused .
1408
1408
1409
1409
Returns
1410
1410
-------
@@ -1430,7 +1430,7 @@ def _get_cov(X, Y):
1430
1430
all 1's), except for :class:`~pandas.DataFrame` inputs with `pairwise`
1431
1431
set to `True`.
1432
1432
1433
- Function will return `NaN`s for correlations of equal valued sequences;
1433
+ Function will return `` NaN`` for correlations of equal valued sequences;
1434
1434
this is the result of a 0/0 division error.
1435
1435
1436
1436
When `pairwise` is set to `False`, only matching columns between `self` and
@@ -1446,7 +1446,7 @@ def _get_cov(X, Y):
1446
1446
Examples
1447
1447
--------
1448
1448
The below example shows a rolling calculation with a window size of
1449
- four matching the equivalent function call using `numpy.corrcoef`.
1449
+ four matching the equivalent function call using :meth: `numpy.corrcoef`.
1450
1450
1451
1451
>>> v1 = [3, 3, 3, 5, 8]
1452
1452
>>> v2 = [3, 4, 4, 4, 8]
You can’t perform that action at this time.
0 commit comments