File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ quartodoc:
9393 - title : Interrogation and Reporting
9494 desc : >
9595 The validation plan is put into action when `interrogate()` is called. The workflow for
96- performing a comprehensive validation is then: (1) `Validate()`, (2) <validation steps>,
97- (3) `interrogate()`. After interrogation of the data, we can view a validation table (by
98- printing the object or using `get_tabular_report()`), extract key metrics, or split the data
99- based on the validation results (with `get_sundered_data()`).
96+ performing a comprehensive validation is then: (1) `Validate()`, (2) adding validation
97+ steps, (3) `interrogate()`. After interrogation of the data, we can view a validation report
98+ table (by printing the object or using `get_tabular_report()`), extract key metrics, or we
99+ can split the data based on the validation results (with `get_sundered_data()`).
100100 contents :
101101 - name : Validate.interrogate
102102 - name : Validate.get_data_extracts
You can’t perform that action at this time.
0 commit comments