numeraire_dataset.zones.wrds.connect#
- numeraire_dataset.zones.wrds.connect(*, username: str | None = None, password: str | None = None, **kwargs: Any) _wrds.Connection[source]#
Open a WRDS connection using credentials from the environment (or explicit arguments).
Reads
WRDS_USERNAME(orWRDS_USER) andWRDS_PASSWORD. Credentials are passed straight to the connector for this process only — nothing is written to disk and no.pgpassis created. Extrakwargspass through towrds.Connection.