Skip to content

Instantly share code, notes, and snippets.

View canhtran's full-sized avatar

Calvin Canh Tran canhtran

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