Azure-AI-Data-Quality-Copilot/ ├── app/ │ ├── main.py │ ├── api/ │ │ └── routes.py │ ├── services/ │ │ ├── data_loader.py │ │ ├── profiler.py │ │ ├── quality_checks.py ...
A fully automated, end-to-end healthcare data pipeline built on Azure Data Factory using the Medallion Architecture pattern. The pipeline ingests live COVID-19 statistics from a public REST API, ...