Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R 中的fst包提供了极快的读写速度,并且它需要更少的硬盘空间。在此处查看 R 中的基准测试结果。
fst
我想知道是否可以在 Python 中读取 .fst 文件。我还没有在 Python 中找到一种简单的方法来做到这一点。(编辑:我的意思是将 fst 文件,而不是 fst 包导入 python。就像将 R 写出的 csv 文件导入 python)。
谢谢!
目前没有可以将 fst 读入 Python 的包。在此处查看开发人员的讨论