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
In vaex we have a lot of vaex.from_<someformat> and df.to_<someformat> converters. Also, we use hdf5 for storage, which is not really tied to vaex in any way, and other could easily read that.
Should we be concerned about data exchange/interoperability, or is arrow doing to solve all of this?
The text was updated successfully, but these errors were encountered:
In vaex we have a lot of
vaex.from_<someformat>
anddf.to_<someformat>
converters. Also, we use hdf5 for storage, which is not really tied to vaex in any way, and other could easily read that.Should we be concerned about data exchange/interoperability, or is arrow doing to solve all of this?
The text was updated successfully, but these errors were encountered: