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.
python中是否有任何API可以在linux环境中加载.mdb文件并将它们转换为python友好的数据结构,如numpy或hdf5?
不确定是否有开源 Microsoft Access 驱动程序 (.mdb)。
有与 unixODBC 兼容的 Easysoft MDB 驱动程序(限时免费评估许可证),然后您可以从 python 中使用它pyodbc(如本问题中所述,@ljdawn 的评论中提到)。
pyodbc
这是一个详细的指南,解释了如何进行这项工作。