{"library":"pandas-access","title":"pandas-access","description":"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.","language":"python","status":"deprecated","last_verified":"Mon Apr 27","install":{"commands":["pip install pandas-access"],"cli":null},"imports":["from pandas_access import read_access"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pandas_access import read_access\ndf = read_access('/path/to/database.mdb', table='my_table')\nprint(df.head())","lang":"python","description":"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}