wrds di Python

import wrds #import wrds package
connection = wrds.Connection() #connection to database
Terrible Tiger