Excel to Access Using Python - Migrate Data Using Pandas, SQLalchemy python, and sqlalchemy-access
28-August-2020
Migrating data with Python and Pandas is a snap, once you learn how to use the to_sql dataframe method.
This is great for big systems like SQL Server and Oracle, but it won’t work for Microsoft Access until you
add a small library to support the Access dialect.
Today we’ll migrate data from Excel to a Pandas dataframe, then to an Access database using the to_sql method,
after first installing sqlalchemy-access to support our Access operations.
Need help on a data migration? Contact me today!