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
generally --> consider switching to feather based iso_save() to automatically provide R and python support (not sure exactly how that would work but will look into it)
The text was updated successfully, but these errors were encountered:
sebkopf
changed the title
use apache arrow for feather instead of feather directly
use apache arrow for feather/parquet instead of feather directly
May 15, 2023
https://github.com/apache/arrow/tree/main/r
https://github.com/wesm/feather
see the blog post about move of feather to arrow here:
https://arrow.apache.org/blog/2019/08/08/r-package-on-cran/
generally --> consider switching to feather based
iso_save()
to automatically provide R and python support (not sure exactly how that would work but will look into it)Arrow framework:
note that polars (see #186) is already build on arrow framework
big question is whether to export to feather (faster read/write) or parquet (smaller file storage):
The text was updated successfully, but these errors were encountered: