famafrench.wrdsconnect.wrdsConnection¶
-
class
famafrench.wrdsconnect.
wrdsConnection
(autoconnect=True)[source]¶ Class for setting up the remote connection to wrds-cloud; largely builds on the
Connection
class in the WRDS-Py library.Copyright (c) 2017 Wharton Research Data Services
Methods
close
Close the connection to the database.
connect
Make a connection to the wrds-cloud database.
get_wrds_table
Create a
pandas.DataFrame
from an entire table in the database.raw_sql
Query the wrds-cloud database using a raw SQL string.