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 support for Parquet format #9

Open
andrewcstewart opened this issue May 28, 2021 · 1 comment
Open

Add support for Parquet format #9

andrewcstewart opened this issue May 28, 2021 · 1 comment

Comments

@andrewcstewart
Copy link
Collaborator

Parquet is likely the preferred format to use in many Athena applications.

Examples

@yummydum
Copy link

Adding something like this to formats.py should work

import pyarrow as pa
pa.parquet.write_table(pa.Table.from_pydict(record),filename)

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

2 participants