Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to import .fst file in python

Tags:

python

fst

The fst package in R provides blazing-fast read and write speed, and it requires less hard-drive space. See benchmarking results in R at here.

I wonder if it is possible to read a .fst file in Python. I haven't found an easy way to do that in Python. (Edit: I meant to import an fst file, not the fst package, into python. It's just like importing an csv file written out by R into python).

Thank you!

like image 506
Miao Cai Avatar asked Nov 06 '22 12:11

Miao Cai


1 Answers

There is currently no package that can read fst into Python. See the discussion by the developers at here

like image 111
Miao Cai Avatar answered Nov 14 '22 21:11

Miao Cai