Skip to content

Difference feather-format vs. pyarrow.feather #341

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

Closed
h-vetinari opened this issue Jun 26, 2018 · 2 comments
Closed

Difference feather-format vs. pyarrow.feather #341

h-vetinari opened this issue Jun 26, 2018 · 2 comments

Comments

@h-vetinari
Copy link

Currently, I'm importing feather-format through import feather (pandas does this for .to_feather as well as of v.0.23.1).

However, pyarrow seems much more up-to-date than this repo, and I've seen from pyarrow.feather import feather -- what are the differences (if any) between the two ways of importing feather, and what's the recommended library to use?

@wesm
Copy link
Owner

wesm commented Jun 26, 2018

You can use either method; there is no explicit recommendation right now. import feather is provided for backwards compatibility

@wesm wesm closed this as completed Jun 26, 2018
@h-vetinari
Copy link
Author

Ok, thanks!

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