datacompy

Pandas and Spark DataFrame comparison for humans and more!

APACHE-2.0 License

Downloads
901.8K
Stars
399
Committers
26

Bot releases are hidden (Show)

datacompy - v0.12.0 Latest Release

Published by fdosani 6 months ago

Breaking changes

This release has some breaking changes users should be aware of.

  • For the new Pandas on Spark implementation only Pandas 1.5.3 and below will be supported due to Pandas 2.0 compatibility issues with Spark 3.
    • Users wishing to use the older SparkCompare can continue to do so using LegacySparkCompare
  • Spark 3.1.x support will be dropped
  • Python 3.8 support is dropped

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.11.3...v0.12.0

datacompy - v0.11.3

Published by fdosani 7 months ago

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.11.2...v0.11.3

datacompy - v0.11.2

Published by fdosani 7 months ago

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.11.1...v0.11.2

datacompy - v0.11.1

Published by fdosani 7 months ago

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.11.0...v0.11.1

datacompy - v0.11.0

Published by fdosani 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.10.5...v0.11.0

datacompy - v0.10.5

Published by fdosani 11 months ago

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.10.4...v0.10.5

datacompy - v0.10.4

Published by fdosani about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.10.3...v0.10.4

datacompy - v0.10.3

Published by fdosani about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.10.2...v0.10.3

datacompy - v0.10.2

Published by fdosani over 1 year ago

datacompy - v0.10.1

Published by fdosani over 1 year ago

datacompy - v0.10.0

Published by fdosani over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.9.0...v0.10.0

datacompy - v0.9.0

Published by fdosani over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.8.4...v0.9.0

datacompy - v0.8.4

Published by fdosani almost 2 years ago

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.8.3...v0.8.4

datacompy - v0.8.3

Published by fdosani almost 2 years ago

What's Changed

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.8.2...v0.8.3

datacompy - v0.8.2

Published by fdosani about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.8.1...v0.8.2

datacompy - v0.8.1

Published by fdosani over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.8.0...v0.8.1

datacompy - Release v0.8.0

Published by fdosani over 2 years ago

What's Changed

  • Adding edgetest, general house keeping with GitHub Actions, and dropping Python 3.6 testing/support

GitHub Action updates:

  • #119
  • #120
  • #126

Edgetest updates:

  • #125

Full Changelog: https://github.com/capitalone/datacompy/compare/v0.7.3...v0.8.0

datacompy - Version 0.7.3

Published by fdosani almost 3 years ago

Release v0.7.3:

  • Make column order in reports determinitistic (alphabetical) (#107)
  • Use OrderedSet to maintain DataFrame column order throughout comparison set operations (#108)
  • General house keeping (#109, #110, #111, #113)
  • adding column count (#116)
datacompy - Version 0.7.2

Published by fdosani over 3 years ago

Release v0.7.2:

Updates to CODEOWNERS (#80, #86)
Bumped min pandas version to 0.25 (#92)
Move from Travis to GH Actions (#90, #91, #96)
Doc cleanup (#98, #100)
Unit test cleanup (#99)
Suppress "Sample Rows" section in the output report (#102)

datacompy - Version 0.7.1

Published by fdosani about 4 years ago

Release v0.7.1

  • Lower casing columns and casting as string (#69)
  • Adding whitesource config (#70)