This commit is contained in:
KanganpreetKalra 2021-01-17 19:04:42 +05:30 коммит произвёл GitHub
Родитель 4a455d8a26
Коммит 0f6d4f28f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -123,6 +123,11 @@ For example, nullcheck is applied on createdDate, a new column named createdDate
![Results](https://github.com/microsoft/Data-Quality-Rule-Engine/blob/main/images/Results.png)
[Here](https://github.com/microsoft/Data-Quality-Rule-Engine/blob/main/sample/DataQualityRuleEngineUsageSample.scala) is a sample notebook that demonstrates the usage of the Data Quality Rule Engine.
The Data Quality results from the reporting tables can be also used to derive insights. Below is a [sample dashboard](https://github.com/microsoft/Data-Quality-Rule-Engine/blob/main/sample/DataQualityInsights.pbix):
![Data Quality Insights](https://github.com/microsoft/Data-Quality-Rule-Engine/blob/main/images/Data%20Quality%20Insights.PNG)
## Contributing