-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add docs about using dtype
#1903
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.
@jwitz, thanks a lot for making it easier for the end users to specify the dataframe schema!
I left a comment inline.
@sunank200 @pankajastro @pankajkoti please review this PR |
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.
Yes, looks like build docs is failing. I believe Ankit and Utkarsh have more expertise on this topic, so would like to rely on their review on this PR, please.
cc: @phanikumv
Co-authored-by: Tatiana Al-Chueyr <tatiana.alchueyr@gmail.com>
for more information, see https://pre-commit.ci
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.
Thanks a lot, @jwitz , sorry for all the pain with RST
Closes #1902
Adding a tip for using
dtype
to resolve the situation when the SDK can't automatically infer your schema when loading into a dataframe.