How would I use Python scripts to transform data from CSVs or Oracle?
Hi all, I need to transform data in ways that I would typically use pandas or a similar package for. It is manipulation of the data itself with joins, transformations, etc. It would be nice to be able to bring in the data directly from Oracle, join w...