https://github.com/trannhatnguyen2/postgresql_practice
https://github.com/trannhatnguyen2/postgresql_practice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trannhatnguyen2/postgresql_practice
- Owner: trannhatnguyen2
- Created: 2023-11-09T20:47:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T07:20:53.000Z (over 1 year ago)
- Last Synced: 2025-01-17T04:43:38.166Z (5 months ago)
- Language: Python
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL_Practice
```
PostgreSQL_Practice
├─ data
├─ postgres_1
│ ├─ Airbnb_Open_Data.csv
│ ├─ connection_params.py
│ ├─ copy_data_to_postgres.py
│ ├─ README.md
│ └─ __pycache__
│ └─ connection_params.cpython-39.pyc
├─ postgres_2
│ ├─ connection.txt
│ ├─ etl.py
│ └─ test.py
└─ README.md```