You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Currently, I'm importing
feather-format
throughimport 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 seenfrom 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?The text was updated successfully, but these errors were encountered: