Releases: capitalone/datacompy
Releases · capitalone/datacompy
Version 0.7.0
- dropping Python 2 support (3.5+ only)
- Add
datacompy[spark]
pip install option (#54) strip
spaces in join columns (#62)- new function called
all_mismatch
. This will provide all rows which mismatch back as a dataframe so users can export, query, or analyze if there are a lot of them. (#64) - create MANIFEST.in (#66)
Version 0.6.0
Small bug fix for Python 2.7 installations.
Version 0.5.2
Version 0.5.1
Adding in rel_tol
, abs_tol
, show_all_columns
, and match_rates
for SparkCompare
Version 0.5.0
First release to public GitHub!