-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Infer Decimal dtype #15690
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
Comments
you can do this in master
your suggestion is quite easy to do if you'd like to submit a PR! (FYI, |
I'm going to work on this (pycon sprints) |
@jreback Repeating my comment from on the PR: What I am wondering is what are potential consequences of such a change. As there are quite some places in the codebase where we wheck if the inferred type is 'mixed', so changing this would mean potential changes in the taken code path for Decimal objects (with potential changes in behaviour). |
@jorisvandenbossche #16426 (comment) after the PR is merged, should create an issue to use the new inference (though as I pointed, maybe not that useful ATM). |
It would be nice if the
infer_dtype
function could determine if the column was all of decimal type which could be useful when working with databases which return data as decimal typesThe text was updated successfully, but these errors were encountered: