fst
fst copied to clipboard
Lightning Fast Serialization of Data Frames for R
Is there any way to create and fst file from existing data? I have a file that has the data but let's say it's too big for me to read...
The [qs package](https://github.com/traversc/qs) seems to have developed some nice concepts. Specifically I was wondering if it would be feasible to port [Byte Shuffling](https://github.com/traversc/qs#byte-shuffle) and [Alt-Rep Character](https://github.com/traversc/qs#alt-rep-character-vectors) vectors to fst? It'd...
Hi, thanks for developing this awesome package! I just tried to install `fst` onto an older server running CentOS6 and R 3.3.3. It told me that `fst` wasn't available. From...
Hello there, awesome package! It appears as if `fst` currently does not support character rownames, though. For practical and compatibility reasons it would be nice to be able to subset...
Would it be possible to select what columns to write in `write.fst` similar to how `read.fst` allows for the reading of specific columns? I know this probably isn't a common...
How easy (or difficult) is it to support matrix IO ? I know I can coerse the data.frame from read.fst to matrix. But I wonder if there is more efficient...
It takes some time to copy a big file. If the copy process is terminated before finishing, the file is corrupted. Unfortunately, if a user is unaware of the file...
Thanks so much for all your work on fst - it's incredibly useful! My question is about the possibility of storing arbitrary object-level attributes in fst files. The attributes would...
It would be nice to have a way of updating meta data like column names on a file, without having to overwrite the whole dataset. For example, a feature that...
This issue came up over on `furrr` and I just thought I would make you all aware of it. See: https://github.com/DavisVaughan/furrr/issues/33#issuecomment-412102345