fst icon indicating copy to clipboard operation
fst copied to clipboard

Lightning Fast Serialization of Data Frames for R

Results 114 fst issues
Sort by recently updated
recently updated
newest added

I installed fst on a clean build of a new Mac M1 computer running OS 12 (Monterey). Version 0.9.4. I originally had trouble with data.table but finally got the Makevars...

core library

Hi Everyone!! I'd like to convert a `sql` query from BigQuery to `fst` format for more speed in the creation of the plots in Shiny. But when I try to...

I wonder if it's possible to row append a dataset directly to a dataset stored on disk? currenlty to append two dataframes together I need to do ```r a

enhancement

Hi, I looked and I couldn't find if there was an issue about this before. But is there a possibility or a plan to create indexes to fst files to...

feature request

Recently, I've learned a package named [chunked](https://cran.r-project.org/web/packages/chunked/index.html). Since fst supports row access via row number, I suggest maybe `read.fst` function could support this sort of chunkwise operation. Any ideas to...

feature request

In case this is of interest, I have set up a [fastverse r-universe](https://fastverse.r-universe.dev/) that builds binary versions of the GitHub version of your package for MAC and Windows (new binaries...

I apologize in advance for not having a reproducible example but I don't really know how to do it in this situation. Will amend this if I figure something out....

question

Are there any plans to make interfaces from other languages to your binary format. Having python or julia interface we can easily move data between different platforms. Something that feather...

question

Heads up: For those who found this issue. Basically starting from R 4.0, CRAN uses the compilers shipped with system to compile R packages. This is a bad news for...

feature request

Hello, thanks for developing this package. This question has probably be asked in some form but I did not come across it yet: It would be nice if data frame...

feature request