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
Spark has support for reading in avro files.
Pandas will be a bit trickier. We'll need to add fastavro as a dependency. Sample script for how to read avro into pandas: https://gist.github.com/LouisAmon/300b4a906a6d25a7fb5d2c4d174d242e
fastavro
Place to add functionality. https://github.com/fugue-project/fugue/blob/master/fugue/_utils/io.py
The text was updated successfully, but these errors were encountered:
I'll take this! :)
Sorry, something went wrong.
Add avro file support
f471db1
See fugue-project/fugue#125
Proof fugue sql syntax (#96)
5ac99c4
* Replace other with somewhere * Reword input & output * Fix typo in supported file formats * Add avro file support See fugue-project/fugue#125 * Fix execution engine typo * Revert output no module called fugue_notebook
gityow
Successfully merging a pull request may close this issue.
Spark has support for reading in avro files.
Pandas will be a bit trickier. We'll need to add
fastavro
as a dependency. Sample script for how to read avro into pandas:https://gist.github.com/LouisAmon/300b4a906a6d25a7fb5d2c4d174d242e
Place to add functionality.
https://github.com/fugue-project/fugue/blob/master/fugue/_utils/io.py
The text was updated successfully, but these errors were encountered: