-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
BUG FIX: None of the included dtypes present in df will raise ValueError with clear error message. #61871
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
Conversation
pre-commit.ci autofix |
After the fix, this example will also show the same error. Should we change the error message to something like, |
@mroeschke I have made the requested changes. can you please review it. |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Thanks @khemkaran10 |
…ror with clear error message. (pandas-dev#61871) Co-authored-by: Khemkaran <[email protected]> Co-authored-by: Matthew Roeschke <[email protected]>
Before Fix:
After Fix: