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

Support multi-resolution numeric columns #92

Open
HarrisonWilde opened this issue Aug 5, 2023 · 0 comments
Open

Support multi-resolution numeric columns #92

HarrisonWilde opened this issue Aug 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@HarrisonWilde
Copy link
Collaborator

In some datasets, we may find that a float column has a mixture of precisions. E.g. half the column is rounded to the nearest 0.5, the rest to the nearest 0.00001. It would be good to be able to produce this, I can't think of a good way to do it off the top of my head, other than creating an augmented indicator for each detected / specified rounding scheme and applying accordingly.

This is a nice to have feature, and I would suggest that data of this type is poorly managed and a decision should be made to standardise the precision of the feature.

@HarrisonWilde HarrisonWilde added the enhancement New feature or request label Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant