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

preview_player
Показать описание

This skill tutorial covers how to create a table in PostreSQL 15 (pgAdmin 4) and import data from a CSV file.

Contact me:

Intro: 0:00
Creating a table: 0:15
Importing the CSV file: 5:02
Рекомендации по теме
Комментарии
Автор

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

abhishekbaliyan
Автор

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.

RealAndyOriginal
Автор

Thank you very very much! from Argentina

SilviaGarcia-bvcz
Автор

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

omgurav
Автор

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.

gospelmoto
Автор

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

TimRubel
Автор

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?

wolverinelogan
Автор

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 ?

kadakolo
Автор

I'm from Brazil, thanks for the help

jesuslogistico
Автор

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

silvestrecamposano
Автор

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

OluchiMae
Автор

I tried doing something like this and it failed.

Theoadams