CoolFace
Datasetpublic

tom1669/bank_customer

XYZ bank's customer data tables Deploy locally: git clone https://huggingface.co/datasets/tom1669/bank_customer docker build -t my-postgres-db . --no-cache docker run --name my-postgres-container -p 5432:5432 my-postgres-db Connection string postgresql://myuser:mypassword@localhost:5432/mydb

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes108downloads
Dataset Card

XYZ bank's customer data tables

Deploy locally:

bash
git clone https://huggingface.co/datasets/tom1669/bank_customer
docker build -t my-postgres-db . --no-cache
docker run --name my-postgres-container -p 5432:5432 my-postgres-db

Connection string postgresql://myuser:mypassword@localhost:5432/mydb