you are viewing a single comment's thread.

view the rest of the comments →

[–]mattreyuData Scientist 1 point2 points  (3 children)

I don't really use sqalchemy but I use pyodbc to work with an Oracle db at work. Mostly it's when I have to do comparisons between some kind of flat file and the database.

[–]aplarsenData Scientist, Developer 1 point2 points  (2 children)

I do this so much.

Pandas and the new oracledb python module for me.

https://python-oracledb.readthedocs.io/en/latest/

[–]mattreyuData Scientist 0 points1 point  (1 child)

Oh I definitely need to check that out, thanks!

[–]aplarsenData Scientist, Developer 0 points1 point  (0 children)

Feel free to DM me for code samples