0

I am trying to read a .mdb file to pandas using pandas_access using this line, but I run into a FileNotFoundError

!pip install pandas_access

fin = mdb.read_table('../Data/City_Govt_Finances.mdb', table_name = 'City_Govt_Finances')
FileNotFoundError: [Errno 2] No such file or directory: 'mdb-schema'

I am using a Mac with Python 3.9.12 and pandas_access version 0.0.1. I have checked the responses on this question but the answer only seems to apply to Windows

Arthur Langlois
  • 137
  • 1
  • 9
  • In the linked question, the problem was solved by installing mdbtools. Homebrew seems to have an [mdbtools package](https://formulae.brew.sh/formula/mdbtools). Can you try that? – Nick ODell Nov 09 '22 at 20:44

0 Answers0