We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bca70 commit 19226b7Copy full SHA for 19226b7
docs/utility-guides/DataValidation.md
@@ -12,7 +12,7 @@ The Data Validation Utility can be used to check if there are any duplicate valu
12
13
## How This Works
14
15
-This utility first runs the sql query and then uses functionality from pandas to check if there are duplicate records.<br>
+This utility first runs the SQL query and then uses functionality from pandas to check if there are duplicate records.<br>
16
If duplicate records are detected, then it will remove them and re-run the query to replace the dropped records.
17
18
## Using the Data Validation Utility
0 commit comments