numeraire_dataset.zones.wrds.pull_raw#
- numeraire_dataset.zones.wrds.pull_raw(conn: _wrds.Connection, source: str, sql: str, vintage: str | None = None, *, home: str | Path | None = None, pit_status: str = 'snapshot', refresh: bool = False) pd.DataFrame[source]#
Pull
sqlinto a frame and cache it as parquet +_meta.jsonunder the raw zone.Returns the cached frame without hitting WRDS when it already exists. Raw vintages are immutable:
refresh=Truemay populate a new vintage, but it never overwrites an existing(source, vintage)cache. The licensed bytes stay in the outside-repo data home.pit_statusdefaults to"snapshot"— a latest, revised WRDS pull is not itself point-in-time.vintagedefaults todefault_vintage()(WRDS_VINTAGEor the current year-month).