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 Decimal columns to Float in to_arrow_table conversion #122

Merged
merged 6 commits into from
Jun 7, 2022

Conversation

jonmmease
Copy link
Collaborator

VegaFusion doesn't currently support the arrow Decimal128/Decimal256 data types. This PR adds logic to to_arrow_table to check for Decimal* columns and convert them to float64. It also adds tests for both this conversion and the categorical expansion that was already being performed.

@jonmmease jonmmease merged commit fbfbe6b into main Jun 7, 2022
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.

1 participant