ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.33k stars 599 forks source link

docs(examples): add `std`, `var`, `corr`, and `cov` usage examples #10488

Closed IndexSeek closed 1 week ago

IndexSeek commented 1 week ago

Description of changes

Adds examples for std, var, corr, and cov to finish off NumericColumn method example coverage.

I used "pop" with correlation as DuckDB only implements pop correlation coefficient.