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

Convert numerics to null-supported Pandas types #679

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Conversation

michaelnchin
Copy link
Member

Issue #, if available: #678

Description of changes:

  • Modified query magics to convert all results to Pandas dtypes compatible with null values, in order to prevent unintended type coercion during results table creation.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@michaelnchin michaelnchin marked this pull request as ready for review August 16, 2024 01:00
@michaelnchin michaelnchin merged commit 873abff into main Aug 16, 2024
4 checks passed
@michaelnchin michaelnchin deleted the Issue-678 branch August 16, 2024 01:01
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.

[BUG] Null value results in conversion of column of integers to float
1 participant