xiaodaigh / JDF.jl

Julia DataFrames serialization format
MIT License
90 stars 9 forks source link

Save the data in chunks #24

Closed xiaodaigh closed 4 years ago

xgdgsc commented 4 years ago

I have a use case where appending small number of data and reading large would be useful. This chunking would help. Do you know any other solution for dataframes on disk appending for now I can use? Thanks.

xiaodaigh commented 4 years ago

No such ready made. Maybe JDF later.