Skip to content

Commit

Permalink
changed the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed Sep 1, 2023
1 parent 0f8ce6e commit 9a1efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
# load the csv file into a pandas dataframe
df = pd.read_csv(files)
# write the dataframe to IRIS
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')

0 comments on commit 9a1efbf

Please sign in to comment.