Open ddotta opened 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.
csv_to_parquet()
Discarded for now, I can't figure out how to do the equivalent with read_delim_arrow() of this feature
read_delim_arrow()
To be explored
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.