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