-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
First thanks for the library!
What is the recommended approach to write large datasets (e.g. 20+ GB csv files). Is there any way to stream reading / writing ?
I have a hard time finding documentation on how to use it. The only one I found uses data frames. I am not an expert on R but I think it is in memory only.
Also I would ideally like to use it in a rust program, which means I'll probably need to do a rust binding for the required parts. Happy to share it if you want!