Skip to content

Commit 9a1efbf

Browse files
committed
changed the schema
1 parent 0f8ce6e commit 9a1efbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iris-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
# load the csv file into a pandas dataframe
2828
df = pd.read_csv(files)
2929
# write the dataframe to IRIS
30-
df.to_sql(table_name, engine, if_exists='replace', index=False, schema='Demo')
30+
df.to_sql(table_name, engine, if_exists='replace', index=False, schema='dc.demo')
3131

0 commit comments

Comments
 (0)