A tiny, subprocess-based tool for reading a MS Access database (.mdb/.accdb) as a Pandas DataFrame. Version 0.0.1. No recent updates; experimental and likely unmaintained.
pip install pandas-accessVerified import paths — ran on the pinned version, not inferred.
Read a table from a Microsoft Access database file into a pandas DataFrame. Requires the database file path and table name. Depends on mdbtools being installed on the system.
Consider using pyodbc with the Microsoft Access ODBC driver on Windows, or mdbtools directly on Linux.
Install mdbtools: on Linux: 'sudo apt-get install mdbtools'; on macOS: 'brew install mdbtools'; on Windows not supported.
Use pyodbc with MS Access ODBC driver on Windows instead of this library.