Data domain inference is the automated process of determining the logical category or semantic meaning of a column's values, such as 'country', 'currency', or 'product category', based on its content and patterns. Unlike basic data type inference (e.g., integer, string), it identifies the business context of the data. This is achieved by analyzing value formats, dictionaries, statistical distributions, and relationships to other columns, moving beyond syntax to semantics.




