Arrow is a format and specification for in-memory format. Both Polars and cuDF use Arrow as their in-memory format.
The current case "Arrow" is in fact mostly dplyr, since the large scale ops such as group by are done by that R package.
Would it make sense to rename the "Arrow" case to "dplyr-arrow" or something?
Arrow is a format and specification for in-memory format. Both Polars and cuDF use Arrow as their in-memory format.
The current case "Arrow" is in fact mostly
dplyr, since the large scale ops such as group by are done by that R package.Would it make sense to rename the "Arrow" case to "dplyr-arrow" or something?