Skip to content

Instantly share code, notes, and snippets.

View ssoto's full-sized avatar
🏠
Working from home

Sergio Soto ssoto

🏠
Working from home
View GitHub Profile
# https://hakibenita.com/fast-load-data-python-postgresql
from typing import Iterator, Dict, Any, Optional
from urllib.parse import urlencode
import datetime
#------------------------ Profile
import time