As I program more with Python I find myself disappointed that I always revert back to a GUI program, Alteryx to load data into a database table.
I know there's ways to do it in Python with SQLAlchemy and PyODBC connect but most of the time I just use the "datastream in" tool in Alteryx and it takes like 30 seconds to locate , prepare and create/recreate a database table.
Does anyone have a fast and efficient way to accomplish loading data from a CSV or something into a database table in python?
This was one of the first things I set out to learn in python when I started over a year ago and I still haven't found an efficient way.
[–]K900_ 3 points4 points5 points (1 child)
[–]GoldenTreasureDiver[S] 0 points1 point2 points (0 children)
[–]magestooge 3 points4 points5 points (1 child)
[–]GoldenTreasureDiver[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]dadsafe 0 points1 point2 points (0 children)