Skip to content

Commit

Permalink
update comment on correlation
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicshanshan authored Mar 23, 2022
1 parent d4251cb commit 29e31bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ def cov(self, other, min_periods=None):
>>> import cudf
>>> ser1 = cudf.Series([0.9, 0.13, 0.62])
>>> ser2 = cudf.Series([0.12, 0.26, 0.51])
>>> ser1.cov(ser2, method="pearson")
>>> ser1.cov(ser2)
-0.015750000000000004
"""

Expand Down

0 comments on commit 29e31bf

Please sign in to comment.