Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Row statistics option documentation #883

2 changes: 2 additions & 0 deletions docs/source/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,8 @@ Below is an breakdown of all the options.
* is_enabled - (Boolean) Enables or disables performing correlation profiling
* columns - Columns considered to calculate correlation
* **row_statistics** - (Boolean) Option to enable/disable row statistics calculations
* unique_count - (Boolean) Option to enable/disable functionalities for unique row count
JGSweets marked this conversation as resolved.
Show resolved Hide resolved
* null_count - (Boolean) Option to enable/disable functionalities for row_has_null_ratio and row_is_null_ratio
* **chi2_homogeneity** - Options for the chi-squared test matrix

* is_enabled - (Boolean) Enables or disables performing chi-squared tests for homogeneity between the categorical columns of the dataset.
Expand Down