ddotta / parquetize

R package that allows to convert databases of different formats to parquet format
https://ddotta.github.io/parquetize/
68 stars 4 forks source link

Replace read_delim by read_delim_arrow #56

Open ddotta opened 6 months ago

ddotta commented 6 months ago

In csv_to_parquet() function, it would be graet to replace read_delim() from {readr} with read_delim_arrow() from arrow, which would improve performance.

ddotta commented 6 months ago

Discarded for now, I can't figure out how to do the equivalent with read_delim_arrow() of this feature

To be explored