Import CSV files into PostgreSQL | pgAdmin | Data Analyst Skill Tutorial #3

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 30

  • @abhishekbaliyan8243
    @abhishekbaliyan8243 Рік тому +2

    i watched and read several articles on how to add a .csv file but wasn't able to add it finally i figured it out from your video that i should have checked the header .. thanks mate

  • @kadakolo5642
    @kadakolo5642 Рік тому +2

    Is it really necessary to create each table manually? I have a mysql database with 120 tables, tens of thousands rows of data - some tables have like 20-100 columns - this will take a week to just create them ?

  • @soumyajeetmitra6958
    @soumyajeetmitra6958 7 місяців тому

    wow great fun and brief learning

  • @RealAndyOriginal
    @RealAndyOriginal Рік тому +9

    What if you are trying to import a csv file that has 300 columns? You have to manually type in all the column names and column types? There has to be an easier way.

    • @jayeshsuryawanshi2155
      @jayeshsuryawanshi2155 Рік тому +1

      exactly

    • @JeffreyJohnsonC
      @JeffreyJohnsonC 11 місяців тому

      You could do it programmatically with a script to create the fields.

    • @graceamah996
      @graceamah996 5 місяців тому

      ​@@JeffreyJohnsonChow please

    • @Cahangir
      @Cahangir 2 місяці тому

      That is a gigantic problem of PostgreSQL and shamelessly, they've attempted to compare this garbage to MSSQL.

    • @gospelmoto2833
      @gospelmoto2833 Місяць тому

      Good question! your question is as good as mine.

  • @SilviaGarcia-bv7cz
    @SilviaGarcia-bv7cz 3 місяці тому

    Thank you very very much! from Argentina

  • @wolverinelogan8980
    @wolverinelogan8980 Рік тому +3

    May I ask a question. What if I am going to import a csv file that has 300 or 500 columns given by the company I am working with. Do I necessarily do that? It would take some time for them to get the insights they wanted. What if there are 10 tables with 400 columns each. Do I really need to do that to provide the insights that the company is expecting?

    • @gospelmoto2833
      @gospelmoto2833 Місяць тому

      Good question! your question is as good as mine.

  • @gospelmoto2833
    @gospelmoto2833 Місяць тому +2

    Is there a way to import the csv files without defining first the table structures? Upon importing, it will automatically detect and create the headers.

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

    I'm from Brazil, thanks for the help

  • @TimRubel
    @TimRubel 2 місяці тому

    I'm using this in docker and I can't access my local files. Do you have any resources?

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

    Sir, ... Thank you very much for the technique... I can apply it in my office job....

  • @kumaraswamy3452
    @kumaraswamy3452 8 місяців тому

    thanks mate , helped me a lot

  • @e.b.9178
    @e.b.9178 Місяць тому

    Thank you so much!

  • @hazaeldiazbernal9583
    @hazaeldiazbernal9583 5 днів тому

    Thank you

  • @daveys
    @daveys 6 місяців тому

    Good tutorial, thanks for that

  • @omgurav1128
    @omgurav1128 2 місяці тому

    thank you so much sir , i trying import data by using copy it give me error , after watching your tutorial it really help me

  • @mikeossola6397
    @mikeossola6397 Місяць тому

    Thank you!

  • @JeffreyJohnsonC
    @JeffreyJohnsonC 11 місяців тому

    Good tutorial.

  • @OluchiMae
    @OluchiMae 7 місяців тому

    Hi
    I tried but it keeps failing every time
    Process started is successful but the other one isn’t

    • @abdullahoguntade1649
      @abdullahoguntade1649 7 місяців тому

      I also had similar problems but if you check the error you should see what went wrong. In my own case i made a mistake in the datatype check your csv file properly to ensure that each column has the same dtattype in all rows and it doesnt have an error in the csv file

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

    I tried doing something like this and it failed.

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

    Thanks