Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export and import DataFrames to Access file (.mdb)

I have 7 tables which I want to read from an Access file (.mdb), then I need to change the values using pandas DataFrame, and then save them again in a new Access file. Do you have any suggestion on how to do that? I am relatively new in python, and any support is highly appreciated.

like image 678
Basem Avatar asked Jul 09 '26 09:07

Basem


1 Answers

This may be some help: https://pypi.python.org/pypi/pandas_access

Everything should be straight forward after you're able to load the tables into pandas data frame. Then do the data manipulations you need to and send back to Access.

like image 53
William Knighting Avatar answered Jul 14 '26 03:07

William Knighting



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!