fst
fst copied to clipboard
Lightning Fast Serialization of Data Frames for R
Closes: https://github.com/fstpackage/fst/issues/275 `fstcore` and `fst` build and pass all tests on Big-endian arch. Misleading requirement for LE should be dropped. Tested on PPC G5 (natively) and in Rosetta, everything works.
```r df
This is a great package -- halved my data loading time by half, but with some effort. I frequently group data into lists (e.g. a time series "dataset" with data...
I have a link in a public repository in AWS S3 https://s3-eu-west-1.amazonaws.com/stratominerdata/developer.stratominer.com/processedData/testingS3/default/testingS3_raw_plate_10_rep_1.fst which I can download anywhere but when I try to load it in to memory directly from the...
The R studio reported a bug when i tried to import a .fst file using read_fist function of fst package. As below: > UKB_operation_OPCS4
I'm using FST + data.tables to manage and analyze large panel data generated by simulation experiments. My tasks involve some cleaning and auxiliary variable creation from the original data. Due...
We have 1M x 30k big matrix and would like to use fst to load submatrix on demand. Since the data is too big to fit into memory in the...