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

Add arrow export support. #97

Merged
merged 8 commits into from
Feb 14, 2021
Merged

Add arrow export support. #97

merged 8 commits into from
Feb 14, 2021

Conversation

jheer
Copy link
Member

@jheer jheer commented Feb 11, 2021

Incorporates the arquero-arrow package into the core Arquero package.

  • Add table toArrow() method.
  • Add table toArrowBuffer() method.
  • Add top-level toArrow() method that encodes either Arquero tables or arrays-of-objects.
  • Add top-level Type object to export Arrow type ids.
  • Update fromArrow() to also support Arrow buffer byte array input.
  • Fix table reify() bug for Arrow columns with null values. (Also fixes Date typing information from arrow lost after sample. #99)
  • Update tests.

@jheer jheer merged commit 7b37c03 into v2.4.0 Feb 14, 2021
@jheer jheer deleted the jh/arrow branch February 14, 2021 11:50
jheer added a commit that referenced this pull request Feb 16, 2021
* feat: Add arrow export support.
* fix: Fix reify array type check.
* feat: Add table toArrowBuffer method.
* feat: Export Arrow type ids.
* docs: Update Arrow method docs.
* feat: Use own types. Add Arrow error message.
* docs: Include Arrow import to usage docs.
* test: Add reify tests.
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