We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b256363 commit e25e933Copy full SHA for e25e933
docs/source/user_guide/loading_data/connect_legacy.rst
@@ -127,7 +127,6 @@ You can also use ``cx_Oracle`` within ADS by creating a connection string:
127
.. code-block:: python3
128
129
os.environ['TNS_ADMIN'] = creds['tns_admin']
130
- from ads.dataset.dataset import ADSDataset
131
with cx_Oracle.connect(creds['user'], creds['password'], creds['sid']) as ora_conn:
132
ds = ADSDataset(
133
df=pd.read_sql('''
@@ -205,7 +204,6 @@ You can also query data from ADW using cx_Oracle. Use the cx_Oracle 7.0.0 versio
205
204
206
207
208
- import
209
import pandas as pd
210
import numpy as np
211
import os
0 commit comments