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.
作为 numpy 的普通用户,我爱上了 Pandas 的语法和概念,并开始阅读 PyTables,它看起来非常健壮且面向性能。
我的主要疑问是:
谢谢你的光!
pandas 和 pytables 之间没有太多重叠,但它们是很好的互补。PyTables 是关于存储和检索的,而 pandas 是关于在检索之后和存储之前处理数据的。Pandas 具有与 PyTables 的便捷接口(查看 pandas.io.pytables.HDFStore),因此您可以使用 pytables 轻松存储 pandas Series/DataFrame。