Data quality¶

Hamilton comes with data quality included out of the box. While you can read more about this in the API reference, we have a few examples to help get you started.

The following two examples showcase a similar workflow, one using the vanilla hamilton data quality decorator, and the other using the pandera integration. The goal of this is to show how to use runtime data quality checks in a larger, more complex ETL.

  1. Data quality with hamilton

  2. Data quality with pandera