I want to import data using fread but the dataset I want to import is compressed with zstd.
I know that with gzip for example I can do something like
ds <- fread('zcat file.csv.gz')
Is it possible to do something similar for zstd?
Thank you!
zstdcat is equivalent to zcat for .zst files
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With