How to import multiple excel files into mysql database using python

preview_player
Показать описание
Many popular database management tools ,such as Navicat ,Dbeaver, or mysql workbench don’t provide the ability to import multiple files from their user interface. If you don't want to manually import files one by one, check this video, this should be a more efficient way.
Рекомендации по теме
Комментарии
Автор

Very helpful...I was struggling to import the excel since 2-3 days. Then I started searching on YouTube seen many videos but your video really helped me

VivekKalwar
Автор

it is the easiest tutorial i ever got. thanks alot really appreciate your work...

tabzriaz
Автор

this helped a lot man, keep up the good work🙏🏼

heydermirzeyev
Автор

Hello, very useful skills.
And I wonder if there's a way to add a column in the table about the file itself, like the file path, the file name, ect.
Very appreciated if any advise.

alvinzang
Автор

Bro, I get this error on startup: ValueError: Excel file format cannot be determined, you must specify an engine manually.

astoriy
Автор

*Fantastic solution.*
I have dates [2023-12-25] in one ROW and it return DataError: 1292 (22007): Incorrect date value: '13733.0' for column 'nasc' at row 1

ulisot
Автор

Hello ! Great and easy tutorial! But I have a problem. For the path, I have the error : "[Errno 13] Permission denied". Is this because of privilege? The path I chose is the folder where there are every Excel files.

projetiot
Автор

Hi, I have got this error: File "C:\Program Files\Python311\Lib\site-packages\sqlalchemy\engine\base.py", line 665, in _revalidate_connection
self._invalid_transaction()
File "C:\Program Files\Python311\Lib\site-packages\sqlalchemy\engine\base.py", line 655, in _invalid_transaction
raise exc.PendingRollbackError(

do you know how to fix this, the excel file format is correct

tristanlee