Skip to content

2azo/Building-PostgreSQL-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the steps and codes applied to transfer data from Excel files to PostgreSQL database:

  1. Designing the database schema.
  2. Creating a PostgreSQL database, using SQL (DB_creating.sql).
  3. Reformulating data in Excel files to fit the database schema, using VBA (Excel_Transformation4.vb).
  4. Uploading the refomulated data from Excel files to Pandas dataframe, then populating the database with it, using Python (Excel_to_postgreSQL.py)

Database Schema

Database Schema drawio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published