Python implementation of Gower's distance for mixed numerical and categorical data, computing pairwise distances between records in two datasets. Version 0.1.2 is the current and only release, with no active development since 2020. Requires Python >=2.7.
pip install gowerVerified import paths — ran on the pinned version, not inferred.
Compute pairwise Gower's distance between two dataframes with mixed numeric and categorical columns.
Impute missing values before calling gower_matrix if a different handling is required.
Ensure categorical columns are explicitly of dtype 'object' or 'category' (though category may not be recognized; prefer object dtype).
No dependency data recorded yet.