Тёмный

Import Excel Tables To SQL Server (Or Any Database) Without A Single Line Of SQL Using Python 

Подписаться
Просмотров 10 тыс.
% 157

If you are a heavy SQL Server user like myself, which constantly needing to import data from an Excel file to SQL Server, then you will find this video extremely useful. In this video, we will create a very handy Python program to dynamically import tables from an Excel file to SQL Server or any database without writing a single line of SQL statement.
📑 pandas.to_sql Reference: pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_sql.html
📑 SQLAlchemy data types: docs.sqlalchemy.org/en/20/core/types.html
📑 SQLAlchemy supported databases: docs.sqlalchemy.org/en/20/core/engines.html#supported-databases
► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Paypal: www.paypal.me/jiejenn/5
☕ Venmo: @Jie-Jenn
💸 Join Robinhood with my link and we'll both get a free stock: bit.ly/3iWr7LC
► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------
🛒 By shopping on Amazon → amzn.to/2JkGeMD
👩‍💻 Follow me on Linked: www.linkedin.com/in/jiejenn/
🌳 Becoming a Patreon supporter: www.patreon.com/JieJenn
✉️ Business Inquiring: RU-vid@LearnDataAnalysis.org
#python #sqlserver #database #automation #SQLAlchemy

Опубликовано:

 

6 апр 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@Yuya0518
@Yuya0518 Год назад
Great video! How would you identify duplicates from sql and dataframe before appending to sql?
@RajashekarBasarveni
@RajashekarBasarveni 15 дней назад
where is the option to pass the TABLE SCHEMA?
@mehuljoshi151
@mehuljoshi151 8 месяцев назад
Hello sir i have excel sheet and in this excel data refresh every 1min. Now my requirement is i want to tranfer all my excel data into sql server without closing my excel sheet and data transfer in every 1min then how to do please let me know
@jiejenn
@jiejenn 8 месяцев назад
I would suggest try UpWork for help.
@tor-code
@tor-code Год назад
Thanks for sharing, great content. Greetings 👍🏻
@jiejenn
@jiejenn Год назад
Thanks!
@lianchi2646
@lianchi2646 Год назад
Great video! Saved my day!
@beinggillani
@beinggillani 8 месяцев назад
How did it know where the file was. I did not see you adding a path
@jiejenn
@jiejenn 8 месяцев назад
By default, the script uses the folder where the file is located.
@ws3457
@ws3457 Год назад
I love the video, but call me "lazy", can you post the python script? Thank you
@nanayaw7159
@nanayaw7159 Год назад
Splendid
@jiejenn
@jiejenn Год назад
Thank you for the comment.
@AnujVerma-kp3md
@AnujVerma-kp3md Год назад
@jie jenn