Open
Description
i read docs couldn't really find anything clarifying this, although title in readme file pretty much says "in-memory"
suppose i have a 6gb structured dataset,
in pandas for instance i can specify chunksize what is equivalent idiomatic way in dataframe? ( i see readLine parameter in read methods but I'm not sure)
- thanks