Relative Content

Tag Archive for pandasmacosms-access

How to write pandas dataframe into MS Access database in non-Windows OS

I am using pandas_access package and pandas_access.read_table to directly read data from MS Access database into a pandas dataframe. Is there a similar package to write back the results from dataframe into MS Access database? If not, how can I proceed with this in Mac OS (without pyodbc)?