We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8ce6e commit 9a1efbfCopy full SHA for 9a1efbf
1 file changed
iris-script.py
@@ -27,5 +27,5 @@
27
# load the csv file into a pandas dataframe
28
df = pd.read_csv(files)
29
# write the dataframe to IRIS
30
- df.to_sql(table_name, engine, if_exists='replace', index=False, schema='Demo')
+ df.to_sql(table_name, engine, if_exists='replace', index=False, schema='dc.demo')
31
0 commit comments