Bulk Insert of rows into MSSQL database #6402
-
Hi All I am wondering if we have a pandas DataFrame can this be appended to an existing table in a MSSQL database using Ibis? I thought I saw this in the docs somewhere but after running through it again I can't seem to find it. I am using MSSQL as my backend, I know I can build a query expression in SQL and execute this through Ibis as one option. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hey @nikhilmakan02 ! Yes, you can definitely do this. If you have a dataframe
Column names and their types should match the schema of the table you are appending to. If you insert a dataframe that has some but not all of the column names, it will still work but you'll get |
Beta Was this translation helpful? Give feedback.
-
Closing this out in favor of the issue (#6821)! Thanks all! |
Beta Was this translation helpful? Give feedback.
Closing this out in favor of the issue (#6821)!
Thanks all!