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

should report all missing columns #15

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

vertti
Copy link
Collaborator

@vertti vertti commented Feb 12, 2025

Previously Daffy reported the first missing column. With larger dataframes this then required annoying iteration to find all missing columns. This PR changes the error message from:

Column Price missing

to

Missing columns: ['Price']. Got columns: ['Brand']

@vertti vertti force-pushed the report-all-missing-columns branch from 7a91bc5 to d693573 Compare February 12, 2025 08:12
@vertti vertti merged commit 064edf0 into ThoughtWorksInc:master Feb 12, 2025
5 checks passed
@vertti vertti deleted the report-all-missing-columns branch February 12, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant