EXCEL TO POSTGRESQL USING PYTHON🐍

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • Import your Excel file to postgresql using python single sheet and multiple sheet using pandas

КОМЕНТАРІ • 16

  • @lanabhat
    @lanabhat 2 роки тому

    Like your sense of humor and the meme put in when you made a small error :D

  • @aventuracicipn7079
    @aventuracicipn7079 Рік тому +4

    engine("://:@:/")

  • @alirezaghaharpour2466
    @alirezaghaharpour2466 2 роки тому

    Thank you so much, this was extremely helpful for me

  • @claudineievangelistanascim2562
    @claudineievangelistanascim2562 3 роки тому +1

    Congratulations for this video 👏

  • @excelyesterday
    @excelyesterday Рік тому

    Thank you for sharing, however, the code doesn't work for me. I keep getting errors "NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.psycopg2". any idea why? ( and i'm using Mac, coding on jupyter notebook)

    • @nicolaschiavo6425
      @nicolaschiavo6425 9 місяців тому

      you have to install on your computer the necessary modules such as psycopg2

  • @aventuracicipn7079
    @aventuracicipn7079 Рік тому

    Thank you so much, this helps me a lot.

  • @VishalKumar-fs4iu
    @VishalKumar-fs4iu 3 роки тому

    what if column data is null/blank? can anyone explain how to resolve that.
    Thank you in advance.

  • @gDevGuy001
    @gDevGuy001 2 роки тому +1

    i wish i could see the hidden part...really struggled to get that content

    • @rickycamilo4488
      @rickycamilo4488 Рік тому

      are you able to help me lol im still stuck there

  • @mr_robo98
    @mr_robo98 3 роки тому

    why you are adding the psycopg2 as postgresql+psycopg2 i did not understand this part

    • @ByteSized69
      @ByteSized69  3 роки тому

      Syntax

    • @mr_robo98
      @mr_robo98 3 роки тому +2

      I have this format create_engine("://:@:/") in db_name i saw in some articles only postgres is written but you added "+psycopg2" may I know how it is different and why you added it

    • @anime_storiez
      @anime_storiez 9 днів тому

      Blur video

  • @steph50s
    @steph50s 2 роки тому

    Thank you so much, this was extremely helpful for me