We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This PR changes how we check for null values using a list comprehension:
https://github.com/MonetDBSolutions/MonetDBe-Python/pull/167/files#diff-50400c771b1134baeb7e4c99cb21a03fc2dcb0e18d76e63260d88ada8ce14156R40
we need to make sure this is the fastest way to do it, maybe the older numpy method was faster.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This PR changes how we check for null values using a list comprehension:
https://github.com/MonetDBSolutions/MonetDBe-Python/pull/167/files#diff-50400c771b1134baeb7e4c99cb21a03fc2dcb0e18d76e63260d88ada8ce14156R40
we need to make sure this is the fastest way to do it, maybe the older numpy method was faster.
The text was updated successfully, but these errors were encountered: