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

Add option to choose dtypes by column in to_dataframe. #7126

Merged
merged 2 commits into from
Jan 17, 2019

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Jan 15, 2019

This allows pandas users to select different sized floats for
performance at the expense of accuracy. With pandas 0.24, it will also
allow pandas users to use the new pandas.Int64Dtype() for nullable
integer columns.

Closes #7049

This allows pandas users to select different sized floats for
performance at the expense of accuracy. With pandas 0.24, it will also
allow pandas users to use the new pandas.Int64Dtype() for nullable
integer columns.
@tswast tswast requested a review from crwilcox as a code owner January 15, 2019 20:32
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 15, 2019
@tswast
Copy link
Contributor Author

tswast commented Jan 16, 2019

AutoML and Container tests look like flakes (problem downloading the Docker image). This change doesn't affect those clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants