What is Data Consistency?
Data consistency is the guarantee that a specific attribute means exactly the same thing, in exactly the same format, across every record in your dataset. In scraping pipelines, consistency is destroyed by source-side schema drift, localized formatting quirks, and unhandled edge cases. When a downstream analytics model fails because a price column contains both "72.50" and "Contact for Quote", you don't have a data extraction problem — you have a data consistency failure.