Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 26, 2023
1 parent 1e8422f commit b196ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdmetrics/reports/multi_table/_properties/data_validity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class DataValidity(BaseMultiTableProperty):
The metric is based on the type data in each column.
A metric score is computed column-wise and the final score is the average over all columns.
The BoundaryAdherence metric is used for numerical and datetime columns, the CategoryAdherence
is used for categorical and boolean columns and the KeyUniqueness for primary and alternate keys.
The other column types are ignored by this property.
is used for categorical and boolean columns and the KeyUniqueness for primary and
alternate keys. The other column types are ignored by this property.
"""

_single_table_property = SingleTableDataValidity
Expand Down
4 changes: 2 additions & 2 deletions sdmetrics/reports/single_table/_properties/data_validity.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class DataValidity(BaseSingleTableProperty):
This property computes, at base, whether each column contains valid data.
The metric is based on the type data in each column.
The BoundaryAdherence metric is used for numerical and datetime columns, the CategoryAdherence
is used for categorical and boolean columns and the KeyUniqueness for primary and alternate keys.
The other column types are ignored by this property.
is used for categorical and boolean columns and the KeyUniqueness for primary
and alternate keys. The other column types are ignored by this property.
"""

_num_iteration_case = 'column'
Expand Down

0 comments on commit b196ebd

Please sign in to comment.