This release includes corrections for CRAN submission.
This release includes an important feature :
The table_to_parquet()
function can now convert tables
to parquet format with less memory consumption. Useful for huge tables
and for computers with little RAM. (#15) A vignette has been written
about it. See here.
nb_rows
argument in the
table_to_parquet()
functionby_chunk
,
chunk_size
and skip
(see documentation)duckdb_to_parquet()
function to convert duckdb
files to parquet format.sqlite_to_parquet()
function to convert sqlite
files to parquet format.rds_to_parquet()
function to convert rds files to
parquet format.json_to_parquet()
function to convert json and
ndjson files to parquet format.path_to_parquet
exists in functions
csv_to_parquet()
or table_to_parquet()
(@py-b)table_to_parquet()
function to convert SAS, SPSS
and Stata files to parquet format.csv_to_parquet()
function to convert csv files to
parquet format.parquetize_example()
function to get path to
package data examples.NEWS.md
file to track changes to the
package.