- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 10:10 PM
Sure Brahma !! As I am working on Healthcare Dataset, Important Columns names are as below (Expected Checks mentioned in round bracket) :
1) Date of Admission ( is_valid_date, is_in_range, is_older_than_n_days,is_valid_date, is_in_range, is_older_than_n_days, is_not_in_near_future )
2) Discharge Date ( is_valid_date, is_in_range, is_older_than_n_days, is_not_in_near_future )
3) Billing Amount ( sql_expression )
4) Medical Condition ( sql_expression / regex_match )
These are important and crucial data quality rules on which I am working. I am trying input these rules using DQX classes and YAML format but output is not getting as expected. Your help is appreciated !!