Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all mismatches #64

Merged
merged 3 commits into from
May 17, 2020
Merged

all mismatches #64

merged 3 commits into from
May 17, 2020

Conversation

fdosani
Copy link
Member

@fdosani fdosani commented May 16, 2020

Partially relates back to #43

Expands on sample_mismatch to provide a 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. It keeps the join keys and all columns where a "match" was run.

I left out the export part from the original request since from a df you can easily do that in the format you like.

@fdosani fdosani requested a review from jborchma May 16, 2020 04:10
@fdosani fdosani added the enhancement New feature or request label May 16, 2020
@fdosani fdosani requested a review from theianrobertson May 16, 2020 22:00
Copy link
Contributor

@theianrobertson theianrobertson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@fdosani fdosani merged commit 1ae017a into develop May 17, 2020
@fdosani fdosani deleted the export-mismatches branch June 7, 2020 15:29
rhaffar pushed a commit to rhaffar/datacompy that referenced this pull request Sep 12, 2024
* [WIP] adding all_mismatch

* adding tests for mismatches

* tweaking docstr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

idea/question: Writing compare/output results in a structured format(sqlite, csv, json)
2 participants