Skip to content

Instantly share code, notes, and snippets.

View ssoto's full-sized avatar
🏹
I'm an archer!

Sergio Soto ssoto

🏹
I'm an archer!
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