I have a requirement to connect oracle DB with python and covert them as Dataframe. Would like to know what are the easy packages available and how to install them ?
I am using Anaconda 3(Python 3.5.2), I tried with cx_oracle but couldn't install because of dependencies. Heard about SQLAlchemy bit not sure how to use it.
cx_Oracle. Can you expand on this statement: "I tried with cx_oracle but couldn't install because of dependencies"? Fixing those issues is probably the best way to proceed.