Install PostgreSQL & Import Excel Data (Step-by-Step) | on Windows

Опубликовано: 22 Март 2026
на канале: Data Geek is my name
453
17

In this beginner-friendly tutorial, I’ll show you how to install PostgreSQL step by step on Windows, create a database and table, and import Excel data into PostgreSQL using CSV—exactly how data analysts do it in the real world.

This video is Part 1 of my series on connecting PostgreSQL to Power BI, where we move away from Excel files and start working with real databases used in professional environments.

🔹 What You’ll Learn in This Video:
✔ How to download and install PostgreSQL
✔ Set up pgAdmin and create a database
✔ Create tables in PostgreSQL
✔ Convert Excel files to CSV
✔ Import Excel/CSV data into PostgreSQL
✔ Prepare your database for Power BI

🔹 Why This Matters:
In real-world data analytics, databases sit in the front end storing clean, structured data, while tools like Power BI act as the back end for reporting and dashboards. This setup improves performance, scalability, and automation.

📌 Next video in this series: Connecting PostgreSQL directly to Power BI and building your first dashboard.

==============================
Support my channel
🔔 Don’t forget to LIKE & SUBSCRIBE for more Python & Data Analysis tools and tutorials!
☕ Want to Buy Me A Coffee: https://buymeacoffee.com/datageekismy...
💎 Donate on PayPal : https://www.paypal.com/donate/?hosted...
==============================

Get the dataset here : https://docs.google.com/spreadsheets/...

Timestamp:
00:00 Intro
00:35 go to https://www.postgresql.org/
00:44 download process (Windows) or select your operating system.
03:45 Open PG Admin on your computer
04:12 Create password to PGadmin
04:33 Create Database in PGadmin
04:14 How to turn an Excel file to a csv file
07:10 How to create a table in PostgreSQL (PGadmin)
11:30 Import the dataset into the database in PostgreSQL.
12:45 How to view the data after importing it to a table in PostgreSQL.

#postgresql #powerbi #dataanalytics #sqlforbeginners #exceltopowerbi
#databasetutorial #data