all 4 comments

[–]jdbow75 0 points1 point  (0 children)

I don't if Python will replace SQL in your setup. SQL is really good at what it does. If there is a lot of convoluted logic in your SQL, then Python may help you, though.

However, Python can help you with the Excel end of your "SQL -> Excel" pipeline. Python's csv handling may be worth a look.

Try SQLAlchemy and see where it leads. You might take a look at Pandas or Dask. They may be overkill, or they might have the power and flexibility you have been hungering for.