File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1400,8 +1400,8 @@ def _get_cov(X, Y):
1400
1400
pairwise : bool, default None
1401
1401
Calculate pairwise combinations of columns within a
1402
1402
DataFrame. If `other` is not specified, defaults to `True`,
1403
- otherwise defaults to `False`. Not relevant for :class:`~pandas.Series`.
1404
- See notes .
1403
+ otherwise defaults to `False`.
1404
+ Not relevant for :class:`~pandas.Series` .
1405
1405
**kwargs
1406
1406
Under Review.
1407
1407
@@ -1425,8 +1425,8 @@ def _get_cov(X, Y):
1425
1425
This function uses Pearson's definition of correlation
1426
1426
(https://en.wikipedia.org/wiki/Pearson_correlation_coefficient).
1427
1427
1428
- When `other` is not specified, the output will be self correlation (e.g.
1429
- all 1's), except for :class:`~pandas.DataFrame` inputs with `pairwise`
1428
+ When `other` is not specified, the output will be self correlation (e.g.
1429
+ all 1's), except for :class:`~pandas.DataFrame` inputs with `pairwise`
1430
1430
set to `True`.
1431
1431
1432
1432
Function will return `NaN`s for correlations of equal valued sequences;
You can’t perform that action at this time.
0 commit comments