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 coerce_float option to as_pandas #1

Merged
merged 1 commit into from
Feb 20, 2018

Conversation

guillemborrell
Copy link
Owner

Pass the coerce_float option to the DataFrame.from_records call. It is useful to reduce the amount of columns of dtype object in the resulting dataframe. I find handy to expose this functionality of the DataFrame class to the as_pandas function.

Pass the coerce_float option to the DataFrame.from_records call.
@guillemborrell guillemborrell merged commit c87c6ba into master Feb 20, 2018
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