famafrench.wrdsconnect.wrdsConnection¶
-
class
famafrench.wrdsconnect.wrdsConnection(autoconnect=True)[source]¶ Class for setting up the remote connection to wrds-cloud; largely builds on the
Connectionclass in the WRDS-Py library.Copyright (c) 2017 Wharton Research Data Services
Methods
closeClose the connection to the database.
connectMake a connection to the wrds-cloud database.
get_wrds_tableCreate a
pandas.DataFramefrom an entire table in the database.raw_sqlQuery the wrds-cloud database using a raw SQL string.