-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
dataframe.astype() exception message to include column name #48321
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you address review comments? Also we need a whatsnew
thanks for the review @phofl @mroeschke |
Co-authored-by: Matthew Roeschke <[email protected]>
Hi @mroeschke , had missed following up on this PR. Thanks in advance :) |
Thanks @dannyi96 |
…ev#48321) * dataframe.astype() exception message to include column name * added testcase * review comments * review comments * review comments * review comments * Update doc/source/whatsnew/v1.6.0.rst Co-authored-by: Matthew Roeschke <[email protected]> * dataframe.astype() exception message to include column name Co-authored-by: Matthew Roeschke <[email protected]> Co-authored-by: Patrick Hoefler <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Description:
Added column related info as part of
astype
exceptions