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

Mixed type data returns from property calculations #212

Open
apontzen opened this issue Nov 15, 2022 · 0 comments
Open

Mixed type data returns from property calculations #212

apontzen opened this issue Nov 15, 2022 · 0 comments

Comments

@apontzen
Copy link
Member

#211 provides a direct patch for an issue where "Nones" were being ignored when used in inclusion criteria.

However, the fix itself masks the deeper issue. If you gather a property which is some places stored as an integer and other places as a float, some of the data returned will be missing. (That is the origin of the Nones, at least in @TobiBu's case)

That would be extremely complicated to fix without degrading performance, so I am posting it here as a separate issue, hopefully to be addressed one day.

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

No branches or pull requests

1 participant