raphaelvallat / pingouin

Statistical package in Python based on Pandas
https://pingouin-stats.org/
GNU General Public License v3.0
1.61k stars 138 forks source link

Use numeric_only=True in DataFrame.corr() and cov() #393

Closed raphaelvallat closed 10 months ago

raphaelvallat commented 10 months ago

Added in pandas 1.5:

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.corr.html

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.cov.html

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
pingouin/correlation.py 98.08% <100.00%> (ø)
pingouin/distribution.py 99.43% <100.00%> (ø)
pingouin/multivariate.py 100.00% <100.00%> (ø)
pingouin/regression.py 100.00% <100.00%> (ø)
pingouin/reliability.py 100.00% <100.00%> (ø)

:loudspeaker: Thoughts on this report? Let us know!