Skip to content

Releases: capitalone/datacompy

Version 0.7.0

09 Jun 02:38
Compare
Choose a tag to compare
  • 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

25 Jan 17:38
fff818a
Compare
Choose a tag to compare

Small bug fix for Python 2.7 installations.

Version 0.5.2

23 Jan 15:11
246aad8
Compare
Choose a tag to compare

Changes since 0.5.1:

  • Added ignore_spaces and ignore_case flags for more flexible string comparisons
  • Fixed a bug (#35) with duplicate matching when nulls are present in the join columns
  • Added in pre-commit and black for code formatting

Version 0.5.1

19 May 20:45
370f7ef
Compare
Choose a tag to compare

Adding in rel_tol, abs_tol, show_all_columns, and match_rates for SparkCompare

Version 0.5.0

27 Mar 13:32
Compare
Choose a tag to compare

First release to public GitHub!