Matthew Deakyne

Results 1 issues of Matthew Deakyne

The below code connects to an Oracle Database - using tnsnames.ora, in TNS_ADMIN / ORACLE_HOME. ```python from os import getenv from sqlalchemy import create_engine import pandas as pd con_string =...