A Simple Guide to Connect OCI Data Science with ADB | IaaS ...
https://blogs.oracle.com/cloud-infrastructure/a-simple-guide-to-connect-oci-data-science-with-adb
con = cx.connect("ADMIN","WElcome12345#_","samadw_high") query = 'SELECT * from DEMO.CY_RETAIL_ORDERS' data = pd.read_sql(query, con=con) data.head() This is the screenshot of running above python code. Summary. OCI data science uses an open source tools which provide familiarity and productivity for data scientists. The above example of ...
DA: 61 PA: 33 MOZ Rank: 53