parquetize
parquetize copied to clipboard
R package that allows to convert databases of different formats to parquet format
In `csv_to_parquet()` function, it would be graet to replace [read_delim()](https://readr.tidyverse.org/reference/read_delim.html) from {readr} with [read_delim_arrow()](https://arrow.apache.org/docs/r/reference/read_delim_arrow.html) from arrow, which would improve performance.
Hi @ddotta, A first implementation to allow arguments checking. We can do the same thing to check the returned dataset. It will be even simpler, the function will just take...
Just to signal that I wrote an enhanced interface to SQL that is in https://github.com/jllipatz/SQL. That's just WIP... _Originally posted by @jllipatz in https://github.com/ddotta/parquetize/issues/27#issuecomment-1508256414_
To reassure the owners of the original data : - Structure of data - Number of rows/cols...