HOW TO IMPORT EXCEL DATA TO MYSQL DATABASE USING PYTHON || EXCEL TO MYSQL || PYTHON DATABASE

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • This video demonstrate how to import excel data to table in MySQL Database.

Комментарии • 31

  • @gu3rr1ll4
    @gu3rr1ll4 Месяц назад

    All my love and best wishes for you. You are the best.

  • @airajesh3069
    @airajesh3069 Год назад

    Literally how you explained its fabulous and so easy.

  • @saurrav3801
    @saurrav3801 2 года назад +5

    If any one get "Excel xlsx file; not supported" error . Follow this step
    pip uninstall xlrd
    pip install xlrd==1.2.0

    • @saswat04
      @saswat04 2 года назад

      Thanks

    • @ibadkhan2077
      @ibadkhan2077 2 года назад

      after doing this i am getting this error "AttributeError: 'ElementTree' object has no attribute 'getiterator'"

  • @bunnysunil
    @bunnysunil 3 года назад +1

    We are waiting for this concept sir

  • @rizqonpriyotomo8348
    @rizqonpriyotomo8348 3 года назад +4

    nice video sir, really!!
    , but how we change the script on
    "for i in range(1,21)"
    if we want insert not specific row records (sometimes 21 row, 22 row, 45 row, etc..)

  • @ulisot
    @ulisot Год назад

    *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*

  • @allanhise4122
    @allanhise4122 3 года назад

    This was a great video! Thank you for doing these.

  • @sandeepsinghnegi9220
    @sandeepsinghnegi9220 3 года назад

    Waiting

  • @sanketrathod6959
    @sanketrathod6959 2 года назад +1

    it is helpful and proper explained but sir can you plz explain how we can pull the data from excel without knowing its row count ? like if we have thousands of record in excel that we don't know how many records are there how wecan add this to DB.

  • @ratnakarn
    @ratnakarn Год назад

    Very good session. Is that avoid duplication in SQL?

  • @rahulprasad9198
    @rahulprasad9198 3 года назад

    Sir , Please MAKE more videos on MS EXCEL

  • @legendhunter4802
    @legendhunter4802 2 года назад

    How to do the mapping if my excel file contains the the column of different tables.in such case what should be the approach to map in different tables of a same db simultaneously???

  • @sirigineedichandini3736
    @sirigineedichandini3736 3 года назад +1

    Sir I am getting programming error like not all parameters were used by the SQL statement.

  • @ronitmishra864
    @ronitmishra864 2 года назад

    Thankyou

  • @faizahmed8015
    @faizahmed8015 2 года назад +1

    *Sir how to import multiple excel sheet to the SQL using python???*

  • @martinsin9775
    @martinsin9775 3 года назад

    Hello Sir, This is a great tutorial! Would you please let me know, could the xlrd support openoffice writer? If it could, how to do? Thank you in advance!!!!

  • @dhiyo137
    @dhiyo137 Год назад

    when using openpyxl what changes are to be made?

  • @minalwaman8629
    @minalwaman8629 2 года назад

    Getting error as Indentionerror: expected an indented block after For statemen.I tryied but unable to understand.Can u plz advise

  • @sekinakhamis2155
    @sekinakhamis2155 2 года назад

    thank you very much , but how to import excel file included arabic data?

  • @abdullahmusheer4238
    @abdullahmusheer4238 Год назад

    I have an excel sheet with lots of data spread randomly, i have created a normalized tabl, but how can I grab data thats spread randomly and insert it into sql db column. Anyone please help.. i tried ssis too but my data is very complicated excel forms.

  • @downloadsvideos1773
    @downloadsvideos1773 Год назад

    When I am opening Excel sheet it showing Excel class file ; not supported

  • @debabratajena1850
    @debabratajena1850 Год назад

    Please confirm how to take date input from excel and put it on db. I'm getting error for this : Incorrect date value.
    Format: yyyy-mm-dd

  • @saibhanum
    @saibhanum 2 года назад +1

    shows error
    XLRDError: Excel xlsx file; not supported

  • @20sanketh
    @20sanketh 3 года назад +1

    flashing error at executemany

  • @ibadkhan2077
    @ibadkhan2077 2 года назад

    xlrd is not opening xlsx format files please help

  • @ravina8262
    @ravina8262 Год назад

    Can u pls send this code in Java plss

  • @mahaganesh4910
    @mahaganesh4910 2 года назад +1

    program error